@Mojo(name="xsl-compiler",
defaultPhase=COMPILE,
requiresDependencyResolution=COMPILE_PLUS_RUNTIME)
public class XslCompilerMojo
extends AbstractCompiler
| Modifier and Type | Field and Description |
|---|---|
protected File |
catalog |
static String |
ERROR_MESSAGE |
builder, compiler| Constructor and Description |
|---|
XslCompilerMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
File |
getCatalogFile()
The catalog file to use.
|
top.marchand.maven.saxon.utils.SaxonOptions |
getSaxonOptions()
Returns the SaxonOptions associated to this plugin
|
compileFile, compileModule, compilePackage, getBuilder, getEntityResolver, getProcessor, getUriResolver, getXsltCompiler, initSaxon@Parameter protected File catalog
public static final String ERROR_MESSAGE
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionpublic File getCatalogFile()
AbstractCompilergetCatalogFile in class AbstractCompilerpublic top.marchand.maven.saxon.utils.SaxonOptions getSaxonOptions()
AbstractCompilergetSaxonOptions in class AbstractCompilerCopyright © 2017–2018. All rights reserved.