com.google.code.plsqlmaven.shared
Class SchemaUtils
java.lang.Object
com.google.code.plsqlmaven.shared.SchemaUtils
- All Implemented Interfaces:
- groovy.lang.GroovyObject
public class SchemaUtils
- extends Object
- implements groovy.lang.GroovyObject
Basic mojo to extend for PL/SQL Goals
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SchemaUtils
public SchemaUtils(Object ant,
Object log,
Object sql)
syncDirectory
public void syncDirectory(Object dir)
sync
public void sync(Object objects)
getHelper
public Object getHelper(Object type)
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.