@Component(role=MacroManager.class) public class DefaultMacroManager extends Object implements MacroManager
MacroManagerROLE| Constructor and Description |
|---|
DefaultMacroManager() |
| Modifier and Type | Method and Description |
|---|---|
Macro |
getMacro(String id)
Returns the MacroManager that corresponds to the given id.
|
public Macro getMacro(String id) throws MacroNotFoundException
getMacro in interface MacroManagerid - The identifier.MacroNotFoundException - if no MacroManager could be found
for the given id.Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.