com.google.code.plsqlmaven.plsql.PlSqlMojo Maven / Gradle / Ivy
//
// 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/PlSqlMojo.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.text.GStringTemplateEngine;
import org.codehaus.groovy.maven.mojo.GroovyMojo;
import groovy.sql.Sql;
import com.google.code.plsqlmaven.shared.PlSqlUtils;
/**
* Basic mojo to extend for PL/SQL Goals
*/
public abstract class PlSqlMojo
extends GroovyMojo
implements groovy.lang.GroovyObject
{
public static java.lang.Object PLSQL_EXTENSION = null;
/**
* Database username.
*
* @since 1.0
* @parameter expression="${username}"
*/
protected java.lang.String username = null;
/**
* Database password.
*
* @since 1.0
* @parameter expression="${password}"
*/
protected java.lang.String password = null;
/**
* Database URL.
*
* @parameter expression="${url}"
* @since 1.0
*/
protected java.lang.String url = null;
/**
* Default procedure to invoke on dad access
*
* @since 1.0
* @parameter defaultPage="${defaultPage}" default-value="home"
*/
protected java.lang.String defaultPage = null;
/**
* @parameter expression="${project}"
* @required
* @readonly
*/
protected org.apache.maven.project.MavenProject project = null;
/**
* Database connection helper
*/
protected Sql sql = null;
protected PlSqlUtils plsqlUtils = null;
private java.lang.Object templateEngine = null;
public void disconnectFromDatabase() {
throw new InternalError("Stubbed method");
}
public boolean connectToDatabase() {
throw new InternalError("Stubbed method");
}
public java.lang.Object unpackDependencies() {
throw new InternalError("Stubbed method");
}
public java.lang.Object getArtifactPlsqlSourceFiles(java.lang.Object artifact) {
throw new InternalError("Stubbed method");
}
public java.lang.Object getPlsqlSourceFiles() {
throw new InternalError("Stubbed method");
}
public java.lang.Object getSourceDescriptor(java.lang.Object file) {
throw new InternalError("Stubbed method");
}
public java.lang.Object compile(java.lang.Object file) {
throw new InternalError("Stubbed method");
}
public java.lang.Object get_dir(java.lang.Object base, java.lang.Object name) {
throw new InternalError("Stubbed method");
}
public java.lang.String getTemplate(java.lang.Object path, java.lang.Object context) {
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