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

com.google.code.plsqlmaven.shared.XdbUtils Maven / Gradle / Ivy

The newest version!
//
// Generated stub from file:/Users/andrea/Progetti/oss/googlecode/plsqlmaven/svn/trunk/target/checkout/plsql-maven-shared/src/main/groovy/com/google/code/plsqlmaven/shared/XdbUtils.groovy
//

package com.google.code.plsqlmaven.shared;

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;
import java.io.File;
import oracle.sql.BLOB;

/**
 * Basic mojo to extend for PL/SQL Goals
 */
public class XdbUtils
    extends java.lang.Object
    implements groovy.lang.GroovyObject
{
    private java.lang.Object ant = null;

    private java.lang.Object log = null;

    private Sql sql = null;

    /**
     * Magic constructor
     */
    private XdbUtils(java.lang.Void void0, java.lang.Void void1, java.lang.Void void2) {
        throw new InternalError("Stubbed method");
    }

    public XdbUtils(java.lang.Object ant, java.lang.Object log, java.lang.Object sql) {
        this((java.lang.Void)null, (java.lang.Void)null, (java.lang.Void)null);
        throw new InternalError("Stubbed method");
    }

    public void importDirectory(java.lang.Object dir) {
        throw new InternalError("Stubbed method");
    }

    public boolean createResource(java.lang.String path, InputStream contentStream) {
        throw new InternalError("Stubbed method");
    }

    public boolean mkDir(java.lang.String dir) {
        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