Interface ParserTableDefinitionFactory
public interface ParserTableDefinitionFactory
Factory for table definition of a custom parser.
Used by
ParserTableDefinitionFactory
- Since:
- 2.0.0
-
Method Summary
Modifier and TypeMethodDescriptioncreateTableDefinition
(String id, String name, String description) Creates a table definition for the custom parser.
-
Method Details
-
createTableDefinition
Creates a table definition for the custom parser.- Parameters:
id
- ID of the table definitionname
- Name of the table definitiondescription
- Description of the table definition- Returns:
- Parser table definition
-