Interface MacroManager

    • Field Detail

      • ROLE

        static final String ROLE
        The Plexus lookup role.
    • Method Detail

      • getMacro

        Macro getMacro​(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.