Class SwfMacro

  • All Implemented Interfaces:
    org.apache.maven.doxia.logging.LogEnabled, Macro

    @Component(role=Macro.class,
               hint="swf")
    public class SwfMacro
    extends AbstractMacro
    Macro for embedding Flash (SWF) within Maven documentation.
    Version:
    $Id: SwfMacro.java 1461899 2013-03-27 23:44:17Z hboutemy $
    Author:
    Steve Motola, Vincent Siveton
    • Field Summary

      • Fields inherited from interface org.apache.maven.doxia.macro.Macro

        EOL, ROLE
    • Constructor Summary

      Constructors 
      Constructor Description
      SwfMacro()  
    • 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.