|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
com.agilejava.docbkx.maven.AbstractTransformerMojo
com.agilejava.docbkx.maven.AbstractMojoBase
com.agilejava.docbkx.maven.AbstractPdfMojo
public abstract class AbstractPdfMojo
A replacement base class, to be inherited by the FO building plugin. This
base class will generate PDF from the FO output by overriding
postProcessResult(File)
.
Field Summary |
---|
Fields inherited from interface org.apache.maven.plugin.Mojo |
---|
ROLE |
Constructor Summary | |
---|---|
AbstractPdfMojo()
|
Method Summary | |
---|---|
void |
postProcessResult(java.io.File result)
|
Methods inherited from class com.agilejava.docbkx.maven.AbstractMojoBase |
---|
preProcess |
Methods inherited from class com.agilejava.docbkx.maven.AbstractTransformerMojo |
---|
adjustTransformer, configure, createCatalogManager, createDocumentBuilder, createTitleXPath, createTransformerBuilder, execute, executeTasks, getArtifacts, getDefaultStylesheetLocation, getDefaultStylesheetURL, getEntities, getIncludes, getMavenProject, getNonDefaultStylesheetLocation, getNonDefaultStylesheetURL, getPostProcess, getPreProcess, getSourceDirectory, getStylesheetLocation, getStylesheetURL, getTargetDirectory, getTargetFileExtension, getType, getXIncludeSupported, postProcess |
Methods inherited from class org.apache.maven.plugin.AbstractMojo |
---|
getLog, getPluginContext, setLog, setPluginContext |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractPdfMojo()
Method Detail |
---|
public void postProcessResult(java.io.File result) throws org.apache.maven.plugin.MojoExecutionException
postProcessResult
in class com.agilejava.docbkx.maven.AbstractTransformerMojo
org.apache.maven.plugin.MojoExecutionException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |