Package org.apache.maven.doxia.macro
-
Interface Summary Interface Description Macro Base interface of a macro.MacroExecutor Interface implemented by all parsers that support macros and which can be used to overwrite macro execution viaParser.setMacroExecutor(MacroExecutor). -
Class Summary Class Description AbstractMacro Abstract base class to executeMacro.EchoMacro A simple macro that prints out the key and value of some supplied parameters.MacroRequest MacroRequest class. -
Exception Summary Exception Description MacroExecutionException Wrap an exception that occurs during the execution of a Doxia macro.