org.codehaus.mojo.retrotranslator
Class TranslateMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.groovy.maven.mojo.GroovyMojo
org.codehaus.mojo.retrotranslator.RetrotranslateMojoSupport
org.codehaus.mojo.retrotranslator.TranslateMojo
- All Implemented Interfaces:
- groovy.lang.GroovyObject, org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class TranslateMojo
- extends RetrotranslateMojoSupport
Retrotranslates jars and classes.
- Version:
- $Id: TranslateMojo.groovy 6588 2008-03-28 12:22:57Z bentmann $
Fields inherited from class org.codehaus.groovy.maven.mojo.GroovyMojo |
__timeStamp, __timeStamp__239_neverHappen1222927117793, sanitizeErrors |
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Methods inherited from class org.codehaus.mojo.retrotranslator.RetrotranslateMojoSupport |
execute, getAdvanced, getBackport, getClasspathElements, getEmbed, getFailonwarning, getLazy, getRetainapi, getRetainflags, getSrcmask, getStripsign, getTarget, getVerbose, getVerify, getVerifyClasspath, isAdvanced, isFailonwarning, isLazy, isRetainapi, isRetainflags, isStripsign, isVerbose, isVerify, setAdvanced, setBackport, setClasspathElements, setEmbed, setFailonwarning, setLazy, setRetainapi, setRetainflags, setSrcmask, setStripsign, setTarget, setVerbose, setVerify, setVerifyClasspath |
Methods inherited from class org.codehaus.groovy.maven.mojo.GroovyMojo |
afterExecute, beforeExecute, fail, fail, getAnt |
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 |
TranslateMojo
public TranslateMojo()
getDestdir
public java.io.File getDestdir()
setDestdir
public void setDestdir(java.io.File value)
getDestjar
public java.io.File getDestjar()
setDestjar
public void setDestjar(java.io.File value)
getFilesets
public org.apache.maven.shared.model.fileset.FileSet[] getFilesets()
setFilesets
public void setFilesets(org.apache.maven.shared.model.fileset.FileSet[] value)
getJarfilesets
public org.apache.maven.shared.model.fileset.FileSet[] getJarfilesets()
setJarfilesets
public void setJarfilesets(org.apache.maven.shared.model.fileset.FileSet[] value)
getDirsets
public org.apache.maven.shared.model.fileset.FileSet[] getDirsets()
setDirsets
public void setDirsets(org.apache.maven.shared.model.fileset.FileSet[] value)
configureRetrotranslator
protected void configureRetrotranslator(net.sf.retrotranslator.transformer.Retrotranslator trans)
- Specified by:
configureRetrotranslator
in class RetrotranslateMojoSupport
getMetaClass
public groovy.lang.MetaClass getMetaClass()
- Specified by:
getMetaClass
in interface groovy.lang.GroovyObject
- Overrides:
getMetaClass
in class RetrotranslateMojoSupport
setMetaClass
public void setMetaClass(groovy.lang.MetaClass metaClass)
- Specified by:
setMetaClass
in interface groovy.lang.GroovyObject
- Overrides:
setMetaClass
in class RetrotranslateMojoSupport
invokeMethod
public java.lang.Object invokeMethod(java.lang.String name,
java.lang.Object args)
- Specified by:
invokeMethod
in interface groovy.lang.GroovyObject
- Overrides:
invokeMethod
in class RetrotranslateMojoSupport
getProperty
public java.lang.Object getProperty(java.lang.String name)
- Specified by:
getProperty
in interface groovy.lang.GroovyObject
- Overrides:
getProperty
in class RetrotranslateMojoSupport
setProperty
public void setProperty(java.lang.String name,
java.lang.Object value)
- Specified by:
setProperty
in interface groovy.lang.GroovyObject
- Overrides:
setProperty
in class RetrotranslateMojoSupport
Copyright © 2005-2009. All Rights Reserved.