public interface ParserManager
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ROLE
The Plexus lookup role.
|
| Modifier and Type | Method and 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.