com.google.code.plsqlmaven.shared
Class XdbUtils

java.lang.Object
  extended by com.google.code.plsqlmaven.shared.XdbUtils
All Implemented Interfaces:
groovy.lang.GroovyObject

public class XdbUtils
extends Object
implements groovy.lang.GroovyObject

Basic mojo to extend for PL/SQL Goals


Constructor Summary
XdbUtils(groovy.sql.Sql sql, Object log)
           
 
Method Summary
 boolean createResource(String path, InputStream contentStream)
           
 groovy.lang.MetaClass getMetaClass()
           
 Object getProperty(String name)
           
 void importDirectory(Object dir, Object ant)
           
 Object invokeMethod(String name, Object args)
           
 boolean mkDir(String dir)
           
 void setMetaClass(groovy.lang.MetaClass metaClass)
           
 void setProperty(String name, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XdbUtils

public XdbUtils(groovy.sql.Sql sql,
                Object log)
Method Detail

importDirectory

public void importDirectory(Object dir,
                            Object ant)

createResource

public boolean createResource(String path,
                              InputStream contentStream)

mkDir

public boolean mkDir(String dir)

getMetaClass

public groovy.lang.MetaClass getMetaClass()
Specified by:
getMetaClass in interface groovy.lang.GroovyObject

setMetaClass

public void setMetaClass(groovy.lang.MetaClass metaClass)
Specified by:
setMetaClass in interface groovy.lang.GroovyObject

invokeMethod

public Object invokeMethod(String name,
                           Object args)
Specified by:
invokeMethod in interface groovy.lang.GroovyObject

getProperty

public Object getProperty(String name)
Specified by:
getProperty in interface groovy.lang.GroovyObject

setProperty

public void setProperty(String name,
                        Object value)
Specified by:
setProperty in interface groovy.lang.GroovyObject


Copyright © 2011. All Rights Reserved.