org.apache.maven.doxia.macro
public interface Macro
Since: 1.0
Version: $Id: Macro.java 567311 2007-08-18 18:30:54Z vsiveton $
Field Summary | |
---|---|
String | ROLE The Plexus lookup role. |
Method Summary | |
---|---|
void | execute(Sink sink, MacroRequest request)
Execute the current macro using the given MacroRequest,
and emit events into the given sink.
|
Parameters: sink The sink to receive the events. request The corresponding MacroRequest.
Throws: MacroExecutionException if an error occurred during execution.