|
Class Summary |
| FinalizeMojo |
Finalizes the XSLT generator maven plugin at the end of the build. |
| FromManyBase |
|
| InitializeMojo |
Initializes the XSLT generator maven plugin at the start of the build. |
| ManyToDynamicMojo |
Perform XSL transformation of multiple source files into destination files
created dynamically by the template. |
| ManyToManyBase |
A base class for mojos with multiple destination files. |
| ManyToManyMojo |
Perform XSL transformation of multiple source files with destination files
created 1:1. |
| ManyToOneMojo |
Perform XSL transformation of multiple source files into a single destination
file. |
| SrcDirURIResolver |
URIResolver that resolves either from source directory, the received base
URI, as an absolute path, from project basedir or from classpath. |
| XsltGeneratorBase |
The base class for XSLT Generator. |