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

com.google.code.plsqlmaven.plsql.PlSqlCompileMojo 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/PlSqlCompileMojo.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.xml.MarkupBuilder;
import java.sql.SQLSyntaxErrorException;
import java.sql.SQLRecoverableException;

/**
 * Compile PL/SQL sources.
 *
 * @goal compile
 * @phase compile
 */
public class PlSqlCompileMojo
    extends PlSqlMojo
    implements groovy.lang.GroovyObject
{
    /**
     * The specific source file to compile
     *
     * @since 1.0
     * @parameter expression="${plsqlSource}"
     */
    private java.lang.String plsqlSource = null;

    /**
     * Whether to loop waiting for changes, expressend in seconds between loops
     *
     * @since 1.9
     * @parameter expression="${loop}"
     */
    private int loop = 0;

    /**
     * Whether to compile code natively in C or not
     *
     * @since 1.10
     * @parameter expression="${native}"
     */
    private boolean nativeComp = false;

    /**
     * Ignore PL/SQL errors
     *
     * @since 1.11
     * @parameter expression="${ignoreErrors}"
     */
    private boolean ignoreErrors = false;

    /**
     * Ignore PL/SQL errors
     *
     * @since 1.11
     * @parameter expression="${retryTimes}"
     */
    private int retryTimes = 0;

    /**
     * Location of the touch file.
     */
    private java.lang.Object touchFile = null;

    /**
     * Last compile time.
     */
    private java.lang.Object lastCompileTime = null;

    /**
     * Files changed since last compile.
     */
    protected java.lang.Object sources = null;

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

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

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

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

    private boolean determineChangedFiles() {
        throw new InternalError("Stubbed method");
    }

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

    public boolean reportCompileErrors() throws Error {
        throw new InternalError("Stubbed method");
    }

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

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

    private void getLastCompileTime() {
        throw new InternalError("Stubbed method");
    }

    private void touchReferenceFile() {
        throw new InternalError("Stubbed method");
    }

    public void compileChangedFiles() {
        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