|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.jboss.maven.plugins.jdocbook.AbstractDocBookMojo
org.jboss.maven.plugins.jdocbook.PackageMojo
public class PackageMojo
This mojo's responsibility within the plugin/packaging is to bundle the individual formats into deployable formats. The desicion Note that some formats (PDF, e.g.) are already deployable.
After bundling, each bundle is then attached to the project
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.jboss.maven.plugins.jdocbook.AbstractDocBookMojo |
---|
AbstractDocBookMojo.ArtifactProcessor |
Field Summary |
---|
Fields inherited from class org.jboss.maven.plugins.jdocbook.AbstractDocBookMojo |
---|
archiverManager, cssDirectory, fontConfig, fontsDirectory, formats, imagesDirectory, masterTranslationArtifactId, masterTranslationFile, options, PLUGIN_NAME, pluginArtifacts, project, projectArtifacts, projectHelper, siteRenderer, sourceDirectory, sourceDocumentName, stagingDirectory, targetDirectory |
Fields inherited from interface org.apache.maven.plugin.Mojo |
---|
ROLE |
Constructor Summary | |
---|---|
PackageMojo()
|
Method Summary | |
---|---|
protected void |
process(Formatting[] formattings)
The override method to perform the actual processing of the mojo. |
Methods inherited from class org.jboss.maven.plugins.jdocbook.AbstractDocBookMojo |
---|
execute, processArtifacts, processPluginArtifacts, processProjectArtifacts |
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 PackageMojo()
Method Detail |
---|
protected void process(Formatting[] formattings) throws RenderingException
AbstractDocBookMojo
process
in class AbstractDocBookMojo
formattings
- The fomattings configured for render
RenderingException
- Indicates problem performing rendering
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |