org.jboss.maven.plugins.jdocbook
Class GenerationMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.jboss.maven.plugins.jdocbook.MojoInternalConfigSupport
org.jboss.maven.plugins.jdocbook.AbstractDocBookMojo
org.jboss.maven.plugins.jdocbook.GenerationMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, DirectoryLayout.BaseInfo
public class GenerationMojo
- extends AbstractDocBookMojo
This mojo's responsibility within the plugin/packaging is actually performing
the DocBook transformations. At the highest level, it takes the source and
process it via the specified DocBook XSLT to produce output.
- Author:
- Steve Ebersole
| Fields inherited from class org.jboss.maven.plugins.jdocbook.AbstractDocBookMojo |
attach, baseOutputDirectory, cssResource, directoryLayout, fontsDirectory, formats, ignoreTranslations, imageResource, injections, masterTranslation, options, PLUGIN_NAME, profiling, sourceDirectory, sourceDocumentName, translations |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
|
Method Summary |
protected void |
process()
The override method to perform the actual processing of the
mojo. |
| Methods inherited from class org.jboss.maven.plugins.jdocbook.AbstractDocBookMojo |
collectArtifactsByType, doExecute, execute, fromLanguageString, getBaseOutputDirectory, getBaseSourceDirectory, getComponentRegistry, getFontDirectories, getFormatOptions, getFormatOptionsList, getMasterLanguage, getMasterLanguageDescriptor, getMasterLanguageLocale, getProfiledDocument, getProfiledDocument, getRequestedFormat, getRequestedLanguageLocale, getRootMasterSourceFile, getSourceDocument, getSourceDocument, getTranslationSources, parseLocale, resolvePublishingSources, stringify |
| 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 |
GenerationMojo
public GenerationMojo()
process
protected void process()
throws org.jboss.jdocbook.xslt.XSLTException,
org.jboss.jdocbook.render.RenderingException
- Description copied from class:
AbstractDocBookMojo
- The override method to perform the actual processing of the
mojo.
- Overrides:
process in class AbstractDocBookMojo
- Throws:
org.jboss.jdocbook.xslt.XSLTException - Indicates problem building or executing XSLT transformer
org.jboss.jdocbook.render.RenderingException - Indicates problem performing rendering
Copyright © 2007-2012 JBoss, a division of Red Hat, Inc. All Rights Reserved.