Interface ParserTableDefinitionFactory


public interface ParserTableDefinitionFactory
Factory for table definition of a custom parser. Used by ParserTableDefinitionFactory
Since:
2.0.0
  • Method Details

    • createTableDefinition

      ParserTableDefinition createTableDefinition(String id, String name, String description)
      Creates a table definition for the custom parser.
      Parameters:
      id - ID of the table definition
      name - Name of the table definition
      description - Description of the table definition
      Returns:
      Parser table definition