com.google.code.plsqlmaven.oraddl.OraDdlExtractMojo 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/OraDdlExtractMojo.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 groovy.xml.MarkupBuilder;
/**
* Extracts schema objects to xml files
*
* @goal extract
*/
public class OraDdlExtractMojo
extends OraDdlMojo
implements groovy.lang.GroovyObject
{
/**
* A comma separated list of object names to extract
*
* @since 1.0
* @parameter expression="${objects}"
*/
private java.lang.String objects = null;
/**
* A comma separated list of types (table,sequence... etc) of objects to extract
*
* @since 1.8
* @parameter expression="${types}"
*/
private java.lang.String types = null;
/**
* Whether to force extraction even if the sources directory already exists
*
* @since 1.0
* @parameter expression="${force}"
*/
private boolean force = false;
/**
* Whether to extract objects already in the project
*
* @since 1.8
* @parameter expression="${existing}"
*/
private boolean existing = false;
/**
* 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;
/**
* Include this objects in the extraction (comma separated list of
* Oracle regular expressions for REGEXP_LIKE operator)
*
* @since 1.11
* @parameter expression="${include}"
*/
private java.lang.String include = null;
/**
* Exclude objects that are related to objects excluded
* like table indexes if the table is excluded
*
* @since 1.11
* @parameter expression="${excludeRelated}"
*/
private boolean excludeRelated = false;
public void execute() {
throw new InternalError("Stubbed method");
}
private java.lang.Object checkSourceDirectory() {
throw new InternalError("Stubbed method");
}
private java.lang.Object createSources() {
throw new InternalError("Stubbed method");
}
public java.lang.String buildExistingFilter() {
throw new InternalError("Stubbed method");
}
private java.lang.Object buildExcludeFilter() {
throw new InternalError("Stubbed method");
}
private java.lang.Object buildIncludeFilter() {
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