Interface ParserModuleManager
- All Known Implementing Classes:
DefaultParserModuleManager
public interface ParserModuleManager
Handles ParserModule lookups.
- Since:
- 1.6
-
Method Summary
Modifier and TypeMethodDescriptionReturns the ParserModule that corresponds to the given id.Returns a collection of ParserModules.
-
Method Details
-
getParserModules
Collection<ParserModule> getParserModules()Returns a collection of ParserModules.- Returns:
- The ParserModules.
-
getParserModule
Returns the ParserModule that corresponds to the given id.- Parameters:
id
- The identifier.- Returns:
- The corresponding ParserModule.
- Throws:
ParserModuleNotFoundException
- if no ParserModule could be found for the given id.
-