org.jboss.maven.plugins.jdocbook
Class GenerationMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.jboss.maven.plugins.jdocbook.AbstractDocBookMojo
          extended by org.jboss.maven.plugins.jdocbook.GenerationMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

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

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jboss.maven.plugins.jdocbook.AbstractDocBookMojo
AbstractDocBookMojo.ArtifactProcessor, AbstractDocBookMojo.I18nSource, AbstractDocBookMojo.MasterTranslationDescriptor, AbstractDocBookMojo.PublishingSource, AbstractDocBookMojo.TranslationDescriptor
 
Field Summary
 
Fields inherited from class org.jboss.maven.plugins.jdocbook.AbstractDocBookMojo
archiverManager, attach, cssResource, fontsDirectory, formats, imageResource, masterTranslation, options, PLUGIN_NAME, pluginArtifacts, potDirectory, project, projectArtifacts, projectHelper, publishDirectory, relativeMasterTranslationPath, session, sourceDirectory, sourceDocumentName, stagingDirectory, translationBaseDirectory, translations, workDirectory
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
GenerationMojo()
           
 
Method Summary
protected  void process(FormatPlan[] plans)
          The override method to perform the actual processing of the mojo.
 
Methods inherited from class org.jboss.maven.plugins.jdocbook.AbstractDocBookMojo
doExecute, execute, getI18nSources, getMasterTranslationDescriptor, getPublishingSources, getRequestedFormat, getRequestedLocale, parseLocale, processArtifacts, processPluginArtifacts, processProjectArtifacts, 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
 

Constructor Detail

GenerationMojo

public GenerationMojo()
Method Detail

process

protected void process(FormatPlan[] plans)
                throws XSLTException,
                       RenderingException
Description copied from class: AbstractDocBookMojo
The override method to perform the actual processing of the mojo.

Overrides:
process in class AbstractDocBookMojo
Parameters:
plans - The format plans
Throws:
XSLTException - Indicates problem building or executing XSLT transformer
RenderingException - Indicates problem performing rendering


Copyright © 2007-2011 JBoss, a division of Red Hat, Inc. All Rights Reserved.