Package org.apache.maven.doxia.macro
Class SwfMacro
java.lang.Object
org.apache.maven.doxia.macro.AbstractMacro
org.apache.maven.doxia.macro.SwfMacro
- All Implemented Interfaces:
org.apache.maven.doxia.logging.LogEnabled,Macro
Deprecated.
Macro for embedding Flash (SWF) within Maven documentation.
- Author:
- Steve Motola, Vincent Siveton
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(org.apache.maven.doxia.sink.Sink sink, MacroRequest request) Deprecated.Execute the current macro using the given MacroRequest, and emit events into the given sink.Methods inherited from class org.apache.maven.doxia.macro.AbstractMacro
enableLogging, getAttributesFromMap, getLog, required
-
Constructor Details
-
SwfMacro
public SwfMacro()Deprecated.
-
-
Method Details
-
execute
public void execute(org.apache.maven.doxia.sink.Sink sink, MacroRequest request) throws MacroExecutionException Deprecated.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.
-