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