
org.codehaus.mojo.retrotranslator.TranslateMojo Maven / Gradle / Ivy
//
// Generated stub from file:/Volumes/Little-G/Development/Workspace/mojo/plugins/retrotranslator-maven-plugin/tmp/retrotranslator-maven-plugin/target/checkout/src/main/groovy/org/codehaus/mojo/retrotranslator/TranslateMojo.groovy
//
package org.codehaus.mojo.retrotranslator;
import java.lang.*;
import java.io.*;
import java.net.*;
import java.util.*;
import groovy.lang.*;
import groovy.util.*;
import net.sf.retrotranslator.transformer.Retrotranslator;
import org.codehaus.plexus.util.FileUtils;
import org.apache.maven.shared.model.fileset.FileSet;
import org.apache.maven.shared.model.fileset.util.FileSetManager;
/**
* Retrotranslates jars and classes.
*
* @goal translate
* @phase process-classes
* @version $Id: TranslateMojo.groovy 6588 2008-03-28 12:22:57Z bentmann $
*/
public class TranslateMojo
extends RetrotranslateMojoSupport
{
/**
* The directory to place translated classes.
*
* @parameter expression="${destdir}"
*/
private File destdir = null;
public File getDestdir() {
throw new InternalError("Stubbed method");
}
public void setDestdir(File value) {
throw new InternalError("Stubbed method");
}
/**
* The JAR file to place translated classes.
*
* @parameter expression="${destjar}"
*/
private File destjar = null;
public File getDestjar() {
throw new InternalError("Stubbed method");
}
public void setDestjar(File value) {
throw new InternalError("Stubbed method");
}
/**
* Files to include in the translation.
*
* @parameter
*/
private FileSet[] filesets = null;
public FileSet[] getFilesets() {
throw new InternalError("Stubbed method");
}
public void setFilesets(FileSet[] value) {
throw new InternalError("Stubbed method");
}
/**
* Jar files to include in the translation.
*
* @parameter
*/
private FileSet[] jarfilesets = null;
public FileSet[] getJarfilesets() {
throw new InternalError("Stubbed method");
}
public void setJarfilesets(FileSet[] value) {
throw new InternalError("Stubbed method");
}
/**
* Directories to include in the translation.
*
* @parameter
*/
private FileSet[] dirsets = null;
public FileSet[] getDirsets() {
throw new InternalError("Stubbed method");
}
public void setDirsets(FileSet[] value) {
throw new InternalError("Stubbed method");
}
protected void configureRetrotranslator(Retrotranslator trans) {
throw new InternalError("Stubbed method");
}
public groovy.lang.MetaClass getMetaClass() {
throw new InternalError("Stubbed method");
}
public void setMetaClass(groovy.lang.MetaClass metaClass) {
throw new InternalError("Stubbed method");
}
public java.lang.Object invokeMethod(java.lang.String name, java.lang.Object args) {
throw new InternalError("Stubbed method");
}
public java.lang.Object getProperty(java.lang.String name) {
throw new InternalError("Stubbed method");
}
public void setProperty(java.lang.String name, java.lang.Object value) {
throw new InternalError("Stubbed method");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy