![JAR search and dependency download from the Maven repository](/logo.png)
com.google.code.plsqlmaven.plsql.PlSqlLoadJavaMojo 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/PlSqlLoadJavaMojo.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;
import groovy.sql.Sql;
/**
* Loads dependencies jar, java classes and resources of the current java
* project to the current database connection, the user should
* have the JAVAUSERPRIV role granted.
*
* @goal loadjava
* @requiresDependencyResolution compile
*/
public class PlSqlLoadJavaMojo
extends PlSqlMojo
implements groovy.lang.GroovyObject
{
/**
* Whether to skip loading of classes (you now you have already loaded all off
* them in the create$java$lob$table table)
*
* @since 1.11
* @parameter expression="${skipLoad}"
*/
private boolean skipLoad = false;
/**
* Whether to skip classes creation (you now you have already created all off them)
*
* @since 1.11
* @parameter expression="${skipCreate}"
*/
private boolean skipCreate = false;
/**
* Whether to skip classes resolution (you want them to be resolved later or at runtime)
*
* @since 1.11
* @parameter expression="${skipResolve}"
*/
private boolean skipResolve = false;
/**
* Whether to skip classes and load resources only
*
* @since 1.11
* @parameter expression="${skipClasses}"
*/
private boolean skipClasses = false;
/**
* Whether to skip dependencies and load,compile,resolve project things only
*
* @since 1.11
* @parameter expression="${skipDependencies}"
*/
private boolean skipDependencies = false;
/**
* Whether to skip resources and load classes only
*
* @since 1.11
* @parameter expression="${skipResources}"
*/
private boolean skipResources = false;
private java.lang.Object toresolve = null;
public void execute() {
throw new InternalError("Stubbed method");
}
private void createJavaLobTable() {
throw new InternalError("Stubbed method");
}
private void loadDir(java.lang.Object dir) {
throw new InternalError("Stubbed method");
}
private void loadDependencies() {
throw new InternalError("Stubbed method");
}
private java.lang.Object resolve() {
throw new InternalError("Stubbed method");
}
private java.lang.Object getFileDesc(java.lang.Object file, java.lang.Object relativePath) {
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