public class DocbkxTemplateMojo extends AbstractTransformerMojo
http://docbook.sourceforge.net/| Modifier and Type | Field and Description |
|---|---|
protected String |
ns
(Original XSL attribut:
ns.) |
catalogs| Constructor and Description |
|---|
DocbkxTemplateMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configure(Transformer transformer)
Configure the Transformer by passing in some parameters.
|
List |
getArtifacts()
Returns the plugin dependencies.
|
List |
getCustomizationParameters()
A list of additional XSL parameters to give to the XSLT engine.
|
String |
getDefaultStylesheetLocation()
Returns the default stylesheet location within the root of the stylesheet distribution.
|
List |
getEntities()
Returns a list of
Entities |
File |
getGeneratedSourceDirectory()
Returns the directory to use to save the resolved docbook XML before it is given to the Transformer.
|
String[] |
getIncludes()
Returns the include patterns, as a comma-seperate collection of patterns.
|
org.apache.maven.project.MavenProject |
getMavenProject()
Returns a reference to the current project.
|
org.apache.tools.ant.Target |
getPostProcess()
Returns the tasks that should be executed after the transformation.
|
org.apache.tools.ant.Target |
getPreProcess()
Returns the tasks that should be executed before the transformation.
|
File |
getSourceDirectory()
Returns the source directory containing the source XML files.
|
String |
getStylesheetLocation()
Returns the actual stylesheet location.
|
Properties |
getSystemProperties()
Returns the additional System Properties.
|
File |
getTargetDirectory()
Returns the target directory in which all results should be placed.
|
String |
getTargetFileExtension()
Returns the extension of the target files, e.g.
|
String |
getType()
Returns the type of conversion.
|
protected boolean |
getXIncludeSupported()
Returns a boolean indicating if XInclude should be supported.
|
protected boolean |
isShowXslMessages()
Returns true if the xslt engine have to print xsl:messages to standard output.
|
protected boolean |
isSkip() |
protected boolean |
isUseStandardOutput()
Returns false if the stylesheet is responsible to create the output file(s) using its own naming scheme.
|
protected void |
setShowXslMessages(boolean showXslMessages) |
protected void |
setSkip(boolean skip) |
void |
setTargetFileExtension(String extension)
Sets the file extension, this can be usefull to override this value especially
for multiple transformations plugins (like XML to FO to PDF).
|
protected void |
setUseStandardOutput(boolean useStandardOutput) |
adjustTransformer, configureXref, convertBooleanToXsltParam, convertStringToXsltParam, createCatalogManager, createDocumentBuilder, createSource, createTitleXPath, createTransformerBuilder, dumpResolvedXML, execute, executeTasks, getDefaultStylesheetURL, getNonDefaultStylesheetLocation, getNonDefaultStylesheetURL, getProperty, getStylesheetURL, postProcess, postProcessResult, preProcess, setProperty, shouldProcessResultprotected String ns
ns.)protected void configure(Transformer transformer)
AbstractTransformerMojoconfigure in class AbstractTransformerMojotransformer - The Transformer that needs to be configured.public File getSourceDirectory()
AbstractTransformerMojogetSourceDirectory in class AbstractTransformerMojopublic File getTargetDirectory()
AbstractTransformerMojogetTargetDirectory in class AbstractTransformerMojopublic File getGeneratedSourceDirectory()
AbstractTransformerMojogetGeneratedSourceDirectory in class AbstractTransformerMojopublic String getDefaultStylesheetLocation()
AbstractTransformerMojogetDefaultStylesheetLocation in class AbstractTransformerMojopublic String getType()
AbstractTransformerMojogetType in class AbstractTransformerMojopublic String getStylesheetLocation()
AbstractTransformerMojogetStylesheetLocation in class AbstractTransformerMojopublic String getTargetFileExtension()
AbstractTransformerMojogetTargetFileExtension in class AbstractTransformerMojopublic void setTargetFileExtension(String extension)
AbstractTransformerMojosetTargetFileExtension in class AbstractTransformerMojoextension - The file extension to setpublic String[] getIncludes()
AbstractTransformerMojogetIncludes in class AbstractTransformerMojopublic List getEntities()
AbstractTransformerMojoEntitiesgetEntities in class AbstractTransformerMojopublic List getCustomizationParameters()
AbstractTransformerMojocustomizationParametersgetCustomizationParameters in class AbstractTransformerMojopublic Properties getSystemProperties()
AbstractTransformerMojogetSystemProperties in class AbstractTransformerMojopublic org.apache.tools.ant.Target getPreProcess()
AbstractTransformerMojogetPreProcess in class AbstractTransformerMojopublic org.apache.tools.ant.Target getPostProcess()
AbstractTransformerMojogetPostProcess in class AbstractTransformerMojopublic org.apache.maven.project.MavenProject getMavenProject()
AbstractTransformerMojogetMavenProject in class AbstractTransformerMojopublic List getArtifacts()
AbstractTransformerMojogetArtifacts in class AbstractTransformerMojoprotected boolean getXIncludeSupported()
AbstractTransformerMojogetXIncludeSupported in class AbstractTransformerMojoprotected boolean isUseStandardOutput()
isUseStandardOutput in class AbstractTransformerMojoprotected boolean isShowXslMessages()
AbstractTransformerMojoisShowXslMessages in class AbstractTransformerMojoprotected void setShowXslMessages(boolean showXslMessages)
setShowXslMessages in class AbstractTransformerMojoprotected void setUseStandardOutput(boolean useStandardOutput)
setUseStandardOutput in class AbstractTransformerMojoprotected void setSkip(boolean skip)
protected boolean isSkip()
isSkip in class AbstractTransformerMojotrue if execution should be skippedCopyright © 2006–2015 Wilfred Springer, Cedric Pronzato. All rights reserved.