Interface ParserModule

    • Method Detail

      • getSourceDirectory

        String getSourceDirectory()
        Returns the directory that contains source files for a given module.
        Returns:
        The source directory.
      • getExtensions

        String[] getExtensions()
        Returns the supported file extensions for a given module.
        Returns:
        The supported file extensions.
        Since:
        1.7 (was String getExtension() before)
      • getParserId

        String getParserId()
        Returns the parser id for a given module.
        Returns:
        The parser id.