Uses of Interface
org.apache.maven.doxia.macro.Macro

Packages that use Macro
org.apache.maven.doxia.macro   
org.apache.maven.doxia.macro.manager   
org.apache.maven.doxia.macro.snippet   
org.apache.maven.doxia.macro.toc   
 

Uses of Macro in org.apache.maven.doxia.macro
 

Classes in org.apache.maven.doxia.macro that implement Macro
 class AbstractMacro
          Abstract base class to execute Macro.
 class EchoMacro
          A simple macro that prints out the key and value of some supplied parameters.
 class SwfMacro
          Macro for embedding Flash (SWF) within Maven documentation.
 

Uses of Macro in org.apache.maven.doxia.macro.manager
 

Methods in org.apache.maven.doxia.macro.manager that return Macro
 Macro MacroManager.getMacro(String id)
          Returns the MacroManager that corresponds to the given id.
 Macro DefaultMacroManager.getMacro(String id)
          Returns the MacroManager that corresponds to the given id.
 

Uses of Macro in org.apache.maven.doxia.macro.snippet
 

Classes in org.apache.maven.doxia.macro.snippet that implement Macro
 class SnippetMacro
          A macro that prints out the content of a file or a URL.
 

Uses of Macro in org.apache.maven.doxia.macro.toc
 

Classes in org.apache.maven.doxia.macro.toc that implement Macro
 class TocMacro
          Macro to display a Table Of Content in a given Sink.
 



Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.