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

org.codehaus.groovy.maven.examples.clean.CleanMojo Maven / Gradle / Ivy

There is a newer version: 1.0
Show newest version
//
// Generated stub from file:/Users/jason/ws/groovy/gmaven-svn-1.4/target/checkout/gmaven-examples/clean-maven-plugin/src/main/groovy/org/codehaus/groovy/maven/examples/clean/CleanMojo.groovy
//

package org.codehaus.groovy.maven.examples.clean;

import java.lang.*;
import java.io.*;
import java.net.*;
import java.util.*;
import groovy.lang.*;
import groovy.util.*;
import java.math.BigDecimal;
import java.math.BigInteger;
import org.codehaus.groovy.maven.mojo.GroovyMojo;
import org.apache.maven.project.MavenProject;
import org.apache.maven.shared.model.fileset.FileSet;
import org.apache.maven.shared.model.fileset.util.FileSetManager;

/**
 * Cleans build generated output.
 *
 * @goal clean
 * @version $Id: CleanMojo.groovy 11360 2008-03-31 17:26:18Z user57 $
 */
public class CleanMojo
    extends GroovyMojo
{
    /**
     * @parameter expression="${project}"
     * @required
     * @readonly
     */
    private MavenProject project = null;
    public MavenProject getProject() {
        throw new InternalError("Stubbed method");
    }
    public void setProject(MavenProject value) {
        throw new InternalError("Stubbed method");
    }

    /**
     * Extra files to be deleted in addition to the default directories.
     *
     * @parameter
     */
    private FileSet[] filesets = null;
    public FileSet[] getFilesets() {
        throw new InternalError("Stubbed method");
    }
    public void setFilesets(FileSet[] value) {
        throw new InternalError("Stubbed method");
    }

    public void execute() {
        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 - 2024 Weber Informatics LLC | Privacy Policy