public interface ParserModuleManager
| Modifier and Type | Method and Description |
|---|---|
ParserModule |
getParserModule(java.lang.String id)
Returns the ParserModule that corresponds to the given id.
|
java.util.Collection<ParserModule> |
getParserModules()
Returns a collection of ParserModules.
|
java.util.Collection<ParserModule> getParserModules()
ParserModule getParserModule(java.lang.String id) throws ParserModuleNotFoundException
id - The identifier.ParserModuleNotFoundException - if no ParserModule could be found
for the given id.