|
Groovy 1.8.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |
Interfaces | |
---|---|
ComponentFacade
A facade to an object which contains a component. |
|
ContainerFacade
A facade to an object to which components can be added. |
|
Startable
A simple lifecycle method called when an object is fully constructed. |
Classes | |
---|---|
TimeCategory
This class has been moved to a public (i.e. non org.codehaus.* package). |
Annotation Types | |
---|---|
Immutable
Note: This class is Deprecated, please use groovy.transform.Immutable. |
|
PackageScope
Class or field annotation used for turning off Groovy's auto property conversion of default or package scoped fields. |
Methods | |
---|---|
DefaultGroovyMethods#asBoolean(GroovyResultSet grs)
@deprecated use SqlGroovyMethods#asBoolean(GroovyResultSet) |
|
DefaultGroovyMethods#consumeProcessErrorStream(Process self, OutputStream err)
@deprecated use ProcessGroovyMethods#consumeProcessErrorStream(Process, OutputStream) |
|
DefaultGroovyMethods#consumeProcessErrorStream(Process self, StringBuffer error)
@deprecated use ProcessGroovyMethods#consumeProcessErrorStream(Process, Appendable) |
|
DefaultGroovyMethods#consumeProcessErrorStream(Process self, Writer err)
@deprecated use ProcessGroovyMethods#consumeProcessErrorStream(Process, Appendable) |
|
DefaultGroovyMethods#consumeProcessOutput(Process self)
@deprecated use ProcessGroovyMethods#consumeProcessOutput(Process) |
|
DefaultGroovyMethods#consumeProcessOutput(Process self, StringBuffer output, StringBuffer error)
@deprecated use ProcessGroovyMethods#consumeProcessOutput(Process, Appendable, Appendable) |
|
DefaultGroovyMethods#consumeProcessOutput(Process self, OutputStream output, OutputStream error)
@deprecated use ProcessGroovyMethods#consumeProcessOutput(Process, OutputStream, OutputStream) |
|
DefaultGroovyMethods#consumeProcessOutputStream(Process self, StringBuffer output)
@deprecated use ProcessGroovyMethods#consumeProcessOutputStream(Process, Appendable) |
|
DefaultGroovyMethods#consumeProcessOutputStream(Process self, Writer output)
@deprecated use ProcessGroovyMethods#consumeProcessOutputStream(Process, Appendable) |
|
DefaultGroovyMethods#consumeProcessOutputStream(Process self, OutputStream output)
@deprecated use ProcessGroovyMethods#consumeProcessOutputStream(Process, OutputStream) |
|
DefaultGroovyMethods#getErr(Process self)
@deprecated use ProcessGroovyMethods#getErr(Process) |
|
DefaultGroovyMethods#getIn(Process self)
@deprecated use ProcessGroovyMethods#getIn(Process) |
|
DefaultGroovyMethods#getOut(Process self)
@deprecated use ProcessGroovyMethods#getOut(Process) |
|
DefaultGroovyMethods#getText(Process self)
@deprecated use ProcessGroovyMethods#getText(Process) |
|
DefaultGroovyMethods#leftShift(Process self, Object value)
@deprecated use ProcessGroovyMethods#leftShift(Process, Object) |
|
DefaultGroovyMethods#leftShift(Process self, byte[] value)
@deprecated use ProcessGroovyMethods#leftShift(Process, byte[]) |
|
DefaultGroovyMethods#or(Process left, Process right)
@deprecated use ProcessGroovyMethods#or(Process, Process) |
|
DefaultGroovyMethods#pipeTo(Process left, Process right)
@deprecated use ProcessGroovyMethods#pipeTo(Process, Process) |
|
DefaultGroovyMethods#waitForOrKill(Process self, long numberOfMillis)
@deprecated use ProcessGroovyMethods#waitForOrKill(Process, long) |
|
DefaultGroovyMethods#waitForProcessOutput(Process self)
@deprecated use ProcessGroovyMethods#waitForProcessOutput(Process) |
|
DefaultGroovyMethods#waitForProcessOutput(Process self, StringBuffer output, StringBuffer error)
@deprecated use #waitForProcessOutput(Process, Appendable, Appendable) |
|
DefaultGroovyMethods#waitForProcessOutput(Process self, OutputStream output, OutputStream error)
@deprecated use ProcessGroovyMethods#waitForProcessOutput(Process, OutputStream, OutputStream) |
|
DefaultGroovyMethods#withOutputStream(Process self, Closure closure)
@deprecated use ProcessGroovyMethods#withOutputStream(Process, Closure) |
|
DefaultGroovyMethods#withWriter(Process self, Closure closure)
@deprecated use ProcessGroovyMethods#withWriter(Process, Closure) |
|
GroovyClassLoader#parseClass(InputStream in)
Parses the given character stream into a Java class capable of being run |
|
GroovyClassLoader#parseClass(InputStream in, String fileName)
@deprecated Prefer using methods taking a Reader rather than an InputStream to avoid wrong encoding issues. |
|
GroovyCodeSource#getInputStream()
@deprecated Prefer using methods taking a Reader rather than an InputStream to avoid wrong encoding issues. |
|
GroovyShell#evaluate(InputStream in)
Evaluates some script against the current Binding and returns the result |
|
GroovyShell#evaluate(InputStream in, String fileName)
Evaluates some script against the current Binding and returns the result |
|
GroovyShell#parse(InputStream in, String fileName)
Parses the given script and returns it ready to be run |
|
GroovyShell#parse(InputStream in)
Parses the given script and returns it ready to be run |
|
GroovyShell#run(InputStream in, String fileName, String[] args)
Runs the given script with command line arguments |
|
InvokerHelper#getVersion()
@deprecated Use GroovySystem version instead. |
|
MetaClassImpl#invokeConstructorAt(Class at, Object[] arguments)
Warning, this method will be removed |
|
MetaClassImpl#retrieveMethod(String methodName, Class[] arguments)
@deprecated use pickMethod instead |
|
TableLayout#getComponent()
@deprecated Simply returns this |
Constructors | |
---|---|
GroovyCodeSource#GroovyCodeSource(InputStream inputStream, String name, String codeBase)
Construct a GroovyCodeSource for an inputStream of groovyCode that has an unknown provenance -- meaning it didn't come from a File or a URL (e.g. |
Copyright © 2003-2010 The Codehaus. All rights reserved.