![JAR search and dependency download from the Maven repository](/logo.png)
com.google.code.plsqlmaven.plsql.PlSqlExtractMojo Maven / Gradle / Ivy
The newest version!
//
// Generated stub from file:/Users/andrea/Progetti/oss/googlecode/plsqlmaven/svn/trunk/target/checkout/plsql-maven-plugin/src/main/groovy/com/google/code/plsqlmaven/plsql/PlSqlExtractMojo.groovy
//
package com.google.code.plsqlmaven.plsql;
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;
/**
* Extracts PL/SQL sources from the database to filesystem
*
* @goal extract
*/
public class PlSqlExtractMojo
extends PlSqlMojo
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 (package,procedure... etc) of objects to extract
*
* @since 1.8
* @parameter expression="${types}"
*/
private java.lang.String types = null;
/**
* 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;
/**
* Whether to force extraction even if the sources directory already exists
*
* @since 1.0
* @parameter expression="${force}"
*/
private boolean force = 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");
}
private java.lang.Object 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