com.google.code.plsqlmaven.oraddl.OraDdlRemoveObsoleteMojo Maven / Gradle / Ivy
//
// Generated stub from file:/Users/andrea/Progetti/oss/googlecode/plsqlmaven/svn/trunk/target/checkout/oraddl-maven-plugin/src/main/groovy/com/google/code/plsqlmaven/oraddl/OraDdlRemoveObsoleteMojo.groovy
//
package com.google.code.plsqlmaven.oraddl;
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;
/**
* Remove files of objects that cannot be found
* on the current connected schema
*
* @goal remove-obsolete
* @since 1.9
*/
public class OraDdlRemoveObsoleteMojo
extends OraDdlMojo
implements groovy.lang.GroovyObject
{
/**
* Do delete files
*
* @since 1.9
* @parameter expression="${force}"
*/
private boolean force = false;
public void execute() {
throw new InternalError("Stubbed method");
}
private java.lang.Object removeObsolete() {
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