org.apache.maven.doxia.parser.manager
public interface ParserManager
Since: 1.0
Version: $Id: ParserManager.java 567311 2007-08-18 18:30:54Z vsiveton $
Field Summary | |
---|---|
String | ROLE The Plexus lookup role. |
Method Summary | |
---|---|
Parser | getParser(String id)
Returns the parser that corresponds to the given id.
|
Parameters: id The identifier.
Returns: The corresponding parser.
Throws: ParserNotFoundException if no parser could be found for the given id.