com.google.code.plsqlmaven.xdb.XdbImportMojo 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/XdbImportMojo.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;
/**
* Import files to XDB
*
* @goal import
*/
public class XdbImportMojo
extends XdbMojo
implements groovy.lang.GroovyObject
{
/**
* Whether to import only files changed from last import
*
* @since 1.0
* @parameter expression="${changedOnly}"
*/
private boolean changedOnly = false;
/**
* Whether to loop waiting for changes, expressend in seconds between loops
*
* @since 1.9
* @parameter expression="${loop}"
*/
private int loop = 0;
/**
* Location of the touch file.
*/
private java.lang.Object touchFile = null;
/**
* Last import time.
*/
private java.lang.Object lastImportTime = null;
public void execute() {
throw new InternalError("Stubbed method");
}
private java.lang.Object importFiles() {
throw new InternalError("Stubbed method");
}
private void xdbCreateResource(java.lang.Object path, java.lang.Object file) {
throw new InternalError("Stubbed method");
}
private void getLastImportTime() {
throw new InternalError("Stubbed method");
}
private void touchReferenceFile() {
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