All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.codehaus.mojo.retrotranslator.TranslateWarMojo 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/TranslateWarMojo.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.apache.maven.archiver.MavenArchiveConfiguration;
import org.apache.maven.archiver.MavenArchiver;
import org.codehaus.plexus.archiver.war.WarArchiver;
import org.codehaus.plexus.util.DirectoryScanner;
import org.codehaus.plexus.util.FileUtils;

/**
 * Retrotranslates the classes in the war, as well as all jars in WEB-INF/lib.
 * Creates a new war with the specified classifier with these retrotranslations.
 *
 * @goal translate-war
 * @phase package
 * @version $Id: TranslateWarMojo.groovy 6588 2008-03-28 12:22:57Z bentmann $
 */
public class TranslateWarMojo
    extends AttachingMojoSupport
{
    /**
     * A set of jar files to include in the translation. Note: any basedir will
     * be ignored and reset to WEB-INF/lib
     *
     * @parameter
     */
    private DirectoryScanner jarfileset = null;
    public DirectoryScanner getJarfileset() {
        throw new InternalError("Stubbed method");
    }
    public void setJarfileset(DirectoryScanner value) {
        throw new InternalError("Stubbed method");
    }

    private File transformedWarDir = null;
    public File getTransformedWarDir() {
        throw new InternalError("Stubbed method");
    }
    public void setTransformedWarDir(File value) {
        throw new InternalError("Stubbed method");
    }

    /**
     * @parameter expression="${component.org.codehaus.plexus.archiver.Archiver#war}"
     * @required
     * @readonly
     */
    private WarArchiver warArchiver = null;
    public WarArchiver getWarArchiver() {
        throw new InternalError("Stubbed method");
    }
    public void setWarArchiver(WarArchiver value) {
        throw new InternalError("Stubbed method");
    }

    public void execute() {
        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