Uses of Interface
org.apache.maven.doxia.parser.module.ParserModule
-
Packages that use ParserModule Package Description org.apache.maven.doxia.parser.module -
-
Uses of ParserModule in org.apache.maven.doxia.parser.module
Classes in org.apache.maven.doxia.parser.module that implement ParserModule Modifier and Type Class Description class
AbstractParserModule
An abstract base class that implements the ParserModule interface.Methods in org.apache.maven.doxia.parser.module that return ParserModule Modifier and Type Method Description ParserModule
DefaultParserModuleManager. getParserModule(java.lang.String id)
Returns the ParserModule that corresponds to the given id.ParserModule
ParserModuleManager. getParserModule(java.lang.String id)
Returns the ParserModule that corresponds to the given id.Methods in org.apache.maven.doxia.parser.module that return types with arguments of type ParserModule Modifier and Type Method Description java.util.Collection<ParserModule>
DefaultParserModuleManager. getParserModules()
Returns a collection of ParserModules.java.util.Collection<ParserModule>
ParserModuleManager. getParserModules()
Returns a collection of ParserModules.
-