com.google.code.plsqlmaven.shared
Class SchemaUtils

java.lang.Object
  extended by 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


Constructor Summary
SchemaUtils(Object ant, Object log)
           
SchemaUtils(Object ant, Object log, Object sql)
           
 
Method Summary
 Object extractFile(Object targetDir, Object type, Object name)
           
 Object extractXml(Object parser, Object helper, Object name)
           
 Object getHelper(Object type)
           
 groovy.lang.MetaClass getMetaClass()
           
 Object getProperty(String name)
           
 Object getSchemaSourceFiles(Object dir)
           
static Object getSourceDescriptor(File source)
           
 Object invokeMethod(String name, Object args)
           
 String path(Object p)
           
 void setMetaClass(groovy.lang.MetaClass metaClass)
           
 void setProperty(String name, Object value)
           
 void setSql(Object sql)
           
 boolean sync(Object objects)
           
 void syncDirectory(Object dir)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaUtils

public SchemaUtils(Object ant,
                   Object log,
                   Object sql)

SchemaUtils

public SchemaUtils(Object ant,
                   Object log)
Method Detail

setSql

public void setSql(Object sql)

syncDirectory

public void syncDirectory(Object dir)

sync

public boolean sync(Object objects)

extractXml

public Object extractXml(Object parser,
                         Object helper,
                         Object name)

extractFile

public Object extractFile(Object targetDir,
                          Object type,
                          Object name)

getHelper

public Object getHelper(Object type)

getSourceDescriptor

public static Object getSourceDescriptor(File source)

getSchemaSourceFiles

public Object getSchemaSourceFiles(Object dir)

path

public String path(Object p)

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 © 2012. All Rights Reserved.