org.codehaus.mojo.retrotranslator
Class TranslateMojo

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

public class TranslateMojo
extends RetrotranslateMojoSupport

Retrotranslates jars and classes.


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
TranslateMojo()
           
 
Method Summary
protected  void configureRetrotranslator(net.sf.retrotranslator.transformer.Retrotranslator retrotranslator)
           
 
Methods inherited from class org.codehaus.mojo.retrotranslator.RetrotranslateMojoSupport
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

TranslateMojo

public TranslateMojo()
Method Detail

configureRetrotranslator

protected void configureRetrotranslator(net.sf.retrotranslator.transformer.Retrotranslator retrotranslator)
                                 throws Exception
Specified by:
configureRetrotranslator in class RetrotranslateMojoSupport
Throws:
Exception


Copyright © 2005-2007 Codehaus. All Rights Reserved.