-
public final class ParserConfigReaderA reader to load the information stored in the
$APP_HOME/config/parse-plugins.xmlfile.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classParserConfigReader.Companion
-
Constructor Summary
Constructors Constructor Description ParserConfigReader()
-
Method Summary
Modifier and Type Method Description final ParserConfigparse(ImmutableConfig conf)Reads the parse-plugins.xmlfile and returns the ParserConfig defined by it.-
-
Method Detail
-
parse
final ParserConfig parse(ImmutableConfig conf)
Reads the
parse-plugins.xmlfile and returns the ParserConfig defined by it.
-
-
-
-