com.google.code.plsqlmaven.oraddl.OraDdlDropRemovedMojo 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/OraDdlDropRemovedMojo.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;
import org.apache.maven.project.MavenProject;
import org.apache.maven.model.Model;
import org.apache.maven.model.io.xpp3.MavenXpp3Reader;
import com.google.code.plsqlmaven.shared.DDLWriterThread;
import org.apache.maven.plugin.logging.Log;
/**
* Compare two different project trees
* and produce the DDL to drop objects
* found in the current project and not
* in the -Dto project
*
* @goal drop-removed
*/
public class OraDdlDropRemovedMojo
extends OraDdlMojo
implements groovy.lang.GroovyObject
{
/**
* Maven project (directory) to compare with the current project
*
* @since 1.9
* @required
* @parameter expression="${to}"
*/
protected java.lang.String to = null;
/**
* DDL file writer
*
* @component
*/
private DDLWriterThread ddlWriter = null;
private static MavenProject compareProject = null;
public static java.lang.Object changes = null;
private java.lang.Object parser = null;
private java.lang.Object order = null;
private java.lang.Object helpers = null;
private java.lang.Object helperCache = null;
public void execute() {
throw new InternalError("Stubbed method");
}
private java.lang.Object findSource(java.lang.Object source, java.lang.Object project) {
throw new InternalError("Stubbed method");
}
private java.lang.Object dirToProject(java.lang.Object dir) {
throw new InternalError("Stubbed method");
}
private java.lang.Object generateDDL(java.lang.Object source, java.lang.Object target) {
throw new InternalError("Stubbed method");
}
private java.lang.Object drop(java.lang.Object object) {
throw new InternalError("Stubbed method");
}
public Log getLog() {
throw new InternalError("Stubbed method");
}
public java.lang.Object reorder(java.lang.Object changes) {
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