public interface ParserManager
| Modifier and Type | Field and Description |
|---|---|
static String |
ROLE
The Plexus lookup role.
|
| Modifier and Type | Method and Description |
|---|---|
Parser |
getParser(String id)
Returns the parser that corresponds to the given id.
|
static final String ROLE
Parser getParser(String id) throws ParserNotFoundException
id - The identifier.ParserNotFoundException - if no parser could be found
for the given id.Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.