com.agilejava.docbkx.maven
Class AbstractMojoBase

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by com.agilejava.docbkx.maven.AbstractTransformerMojo
          extended by com.agilejava.docbkx.maven.AbstractMojoBase
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
Direct Known Subclasses:
AbstractHtmlMojo, AbstractPdfMojo

public abstract class AbstractMojoBase
extends com.agilejava.docbkx.maven.AbstractTransformerMojo

The base class of all other mojos. Introduced to add some common behaviour, outside of the AbstractTransformerMojo.

Author:
Wilfred Springer

Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
AbstractMojoBase()
           
 
Method Summary
 void 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, postProcessResult
 
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

AbstractMojoBase

public AbstractMojoBase()
Method Detail

preProcess

public void preProcess()
                throws org.apache.maven.plugin.MojoExecutionException
Overrides:
preProcess in class com.agilejava.docbkx.maven.AbstractTransformerMojo
Throws:
org.apache.maven.plugin.MojoExecutionException


Copyright © 2006-2011. All Rights Reserved.