Uses of Interface
org.apache.maven.doxia.macro.Macro
Packages that use Macro
Package
Description
-
Uses of Macro in org.apache.maven.doxia.macro
Classes in org.apache.maven.doxia.macro that implement MacroModifier and TypeClassDescriptionclass
Abstract base class to executeMacro
.class
A simple macro that prints out the key and value of some supplied parameters.class
Deprecated.class
Deprecated. -
Uses of Macro in org.apache.maven.doxia.macro.manager
Fields in org.apache.maven.doxia.macro.manager with type parameters of type MacroMethods in org.apache.maven.doxia.macro.manager that return Macro -
Uses of Macro in org.apache.maven.doxia.macro.snippet
Classes in org.apache.maven.doxia.macro.snippet that implement MacroModifier and TypeClassDescriptionclass
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 MacroModifier and TypeClassDescriptionclass
Macro to display aTable Of Content
in a givenSink
.