DefaultMacroManagerpublic interface MacroManager
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
ROLE |
The Plexus lookup role.
|
| Modifier and Type | Method | Description |
|---|---|---|
Macro |
getMacro(java.lang.String id) |
Returns the MacroManager that corresponds to the given id.
|
Macro getMacro(java.lang.String id) throws MacroNotFoundException
id - The identifier.MacroNotFoundException - if no MacroManager could be found
for the given id.