com.google.code.plsqlmaven.xdb.XdbExportMojo Maven / Gradle / Ivy
The newest version!
//
// Generated stub from file:/Users/andrea/Progetti/oss/googlecode/plsqlmaven/svn/trunk/target/checkout/xdb-maven-plugin/src/main/groovy/com/google/code/plsqlmaven/xdb/XdbExportMojo.groovy
//
package com.google.code.plsqlmaven.xdb;
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 java.io.File;
/**
* Extracts XDB files from the database to filesystem
*
* @goal export
*/
public class XdbExportMojo
extends XdbMojo
implements groovy.lang.GroovyObject
{
/**
* A comma separated list of xdb paths relative to the basePath to export
*
* @since 1.0
* @parameter expression="${filePaths}"
*/
private java.lang.String filePaths = null;
/**
* A comma separated list of xdb directory paths relative to the basePath to export
* use instead of filePaths to export entire subdirectories
*
* @since 1.0
* @parameter expression="${dirPaths}"
*/
private java.lang.String dirPaths = null;
/**
* Whether to force export even if the local file 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 exportFiles() {
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 - 2024 Weber Informatics LLC | Privacy Policy