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

com.google.code.plsqlmaven.oraddl.OraDdlExtractRemainingMojo 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/OraDdlExtractRemainingMojo.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 com.google.code.plsqlmaven.oraddl.helpers.ExtractObjectsThread;

/**
 * Creates a directory target/remaining which contains
 * all the objects not present in the current project (and sub-modules),
 * but present in the current connection schema.
 *
 * @goal extract-remaining
 * @since 1.9
 */
public class OraDdlExtractRemainingMojo
    extends OraDdlMojo
    implements groovy.lang.GroovyObject
{
    /**
     * A comma separated list of types (table,sequence... etc) of objects to extract
     *
     * @parameter expression="${types}"
     */
    private java.lang.String types = null;

    /**
     * Exclude this objects from the extraction (comma separated list of
     * Oracle regular expressions for REGEXP_LIKE operator)
     *
     * @since 1.9
     * @parameter expression="${exclude}"
     */
    private java.lang.String exclude = null;

    private static java.lang.Object firstExecute = null;

    private static java.lang.Object objects = null;

    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 - 2025 Weber Informatics LLC | Privacy Policy