org.codehaus.mojo.retrotranslator
Class RetrotranslateMojoSupport

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.codehaus.mojo.pluginsupport.MojoSupport
          extended by org.codehaus.mojo.retrotranslator.RetrotranslateMojoSupport
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable
Direct Known Subclasses:
AttachingMojoSupport, TranslateMojo

public abstract class RetrotranslateMojoSupport
extends org.codehaus.mojo.pluginsupport.MojoSupport

Support for retrotranlsation mojos.


Field Summary
 
Fields inherited from class org.codehaus.mojo.pluginsupport.MojoSupport
container, log
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
RetrotranslateMojoSupport()
           
 
Method Summary
protected abstract  void configureRetrotranslator(net.sf.retrotranslator.transformer.Retrotranslator retrotranslator)
           
protected  void doExecute()
           
 
Methods inherited from class org.codehaus.mojo.pluginsupport.MojoSupport
contextualize, createArtifact, execute, getArtifact, getArtifactFactory, getArtifactRepository, getArtifactResolver, getProject, getProjectArtifacts, getProjectArtifacts, getProjectArtifacts, init, resolveArtifact, resolveArtifact
 
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

RetrotranslateMojoSupport

public RetrotranslateMojoSupport()
Method Detail

doExecute

protected void doExecute()
                  throws Exception
Overrides:
doExecute in class org.codehaus.mojo.pluginsupport.MojoSupport
Throws:
Exception

configureRetrotranslator

protected abstract void configureRetrotranslator(net.sf.retrotranslator.transformer.Retrotranslator retrotranslator)
                                          throws Exception
Throws:
Exception


Copyright © 2005-2007 Codehaus. All Rights Reserved.