org.apache.maven.doxia.macro
Class SwfMacro

java.lang.Object
  extended by org.apache.maven.doxia.macro.AbstractMacro
      extended by org.apache.maven.doxia.macro.SwfMacro
All Implemented Interfaces:
Macro

public class SwfMacro
extends AbstractMacro

Macro for embedding Flash (SWF) within Maven documentation.

Version:
$Id: SwfMacro.java 559578 2007-07-25 20:12:56Z ltheussl $
Author:
Steve Motola, Vincent Siveton

Field Summary
 
Fields inherited from interface org.apache.maven.doxia.macro.Macro
ROLE
 
Constructor Summary
SwfMacro()
           
 
Method Summary
 void execute(org.apache.maven.doxia.sink.Sink sink, MacroRequest request)
          Execute the current macro using the given MacroRequest, and emit events into the given sink.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwfMacro

public SwfMacro()
Method Detail

execute

public void execute(org.apache.maven.doxia.sink.Sink sink,
                    MacroRequest request)
             throws MacroExecutionException
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.


Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.