All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.code.plsqlmaven.plsql.PlSqlSqlPlusMojo 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/PlSqlSqlPlusMojo.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;

/**
 * Creates a SQL version of the artifact
 * to be run with SQL*Plus.
 *
 * @goal sqlplus
 * @requiresDependencyResolution compile
 */
public class PlSqlSqlPlusMojo
    extends PlSqlMojo
    implements groovy.lang.GroovyObject
{
    /**
     * Whether to include dependencies in the script or not
     *
     * @since 1.0
     * @parameter expression="${dependencies}"
     */
    private boolean dependencies = false;

    public static final java.lang.Object SQLPLUS_SCRIPT = null;

    public void execute() {
        throw new InternalError("Stubbed method");
    }

    private java.lang.Object buildSqlScript() {
        throw new InternalError("Stubbed method");
    }

    private java.lang.Object addSourceFiles(java.lang.Object sourceFiles, java.lang.Object sqlScript) {
        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