@Mojo(name="xsl-compiler",
defaultPhase=COMPILE,
requiresDependencyResolution=COMPILE_PLUS_RUNTIME)
public class XslCompilerMojo
extends AbstractCompiler
| Modifier and Type | Field and Description |
|---|---|
protected File |
catalog
The catalog file to use when compiling XSL.
|
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.
|
org.apache.maven.shared.dependency.graph.DependencyGraphBuilder |
getGraphBuilder() |
org.apache.maven.project.MavenProject |
getProject() |
top.marchand.maven.saxon.utils.SaxonOptions |
getSaxonOptions()
Returns the SaxonOptions associated to this plugin
|
addJarToClassLoader, compileFile, compileModule, compilePackage, getBuilder, getEntityResolver, getProcessor, getUriResolver, getXsltCompiler, initSaxon@Parameter protected File catalog
public static final String ERROR_MESSAGE
public org.apache.maven.project.MavenProject getProject()
getProject in class AbstractCompilerpublic org.apache.maven.shared.dependency.graph.DependencyGraphBuilder getGraphBuilder()
getGraphBuilder in class AbstractCompilerpublic 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.