Interface MacroManager
-
- All Known Implementing Classes:
DefaultMacroManager
public interface MacroManagerHandles MacroManager lookups.- Since:
- 1.0
- Version:
- $Id$
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringROLEThe Plexus lookup role.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MacrogetMacro(java.lang.String id)Returns the MacroManager that corresponds to the given id.
-
-
-
Method Detail
-
getMacro
Macro getMacro(java.lang.String id) throws MacroNotFoundException
Returns the MacroManager that corresponds to the given id.- Parameters:
id- The identifier.- Returns:
- The corresponding MacroManager.
- Throws:
MacroNotFoundException- if no MacroManager could be found for the given id.
-
-