public interface MacroManager
Modifier and Type | Method and Description |
---|---|
Macro |
getMacro(String id)
Returns the MacroManager that corresponds to the given id.
|
Macro getMacro(String id) throws MacroNotFoundException
id
- The identifier.MacroNotFoundException
- if no MacroManager could be found
for the given id.Copyright © 2005–2024 The Apache Software Foundation. All rights reserved.