com.google.code.plsqlmaven.shared
Class DDLWriterThread
java.lang.Object
java.lang.Thread
com.google.code.plsqlmaven.shared.DDLWriterThread
- All Implemented Interfaces:
- groovy.lang.GroovyObject, Runnable
public class DDLWriterThread
- extends Thread
- implements groovy.lang.GroovyObject
Writes a DDL file using changes produced by various mojos
| Methods inherited from class java.lang.Thread |
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
DDLWriterThread
public DDLWriterThread()
getAnt
public Object getAnt()
setAnt
public void setAnt(Object value)
getLog
public Object getLog()
setLog
public void setLog(Object value)
getDdl
public Object getDdl()
setDdl
public void setDdl(Object value)
getMojos
public Object getMojos()
setMojos
public void setMojos(Object value)
getInstance
public Object getInstance(Object dir,
Object fileName)
writeTo
public void writeTo(Object dir,
Object fileName)
registerMojo
public void registerMojo(Object mojo)
run
public void run()
- Specified by:
run in interface Runnable- Overrides:
run in class Thread
mlc
public Object mlc(Object multiLineText)
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.