Interface MacroManager

All Known Implementing Classes:
DefaultMacroManager

public interface MacroManager
Handles MacroManager lookups.
Since:
1.0
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The Plexus lookup role.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the MacroManager that corresponds to the given id.
  • Field Details

    • ROLE

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

    • 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.