DefaultParserManagerpublic interface ParserManager
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
ROLE |
The Plexus lookup role.
|
| Modifier and Type | Method | Description |
|---|---|---|
Parser |
getParser(java.lang.String id) |
Returns the parser that corresponds to the given id.
|
Parser getParser(java.lang.String id) throws ParserNotFoundException
id - The identifier.ParserNotFoundException - if no parser could be found
for the given id.