org.apache.maven.doxia.macro.manager
public interface MacroManager
Since: 1.0
Version: $Id: MacroManager.java 567311 2007-08-18 18:30:54Z vsiveton $
Field Summary | |
---|---|
String | ROLE The Plexus lookup role. |
Method Summary | |
---|---|
Macro | getMacro(String id)
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.