groovy.util
[Groovy] Class ConfigBinding
java.lang.Object
groovy.lang.GroovyObjectSupport
groovy.lang.Binding
groovy.util.ConfigBinding
class ConfigBinding
extends Binding
Since Groovy Script don't support overriding setProperty, we have to using a trick with the Binding to provide this
functionality
Property Summary |
java.lang.Object |
callable
|
Method Summary |
void
|
setVariable(java.lang.String name, java.lang.Object value)
|
Methods inherited from class Binding
|
getVariables, hasVariable, getVariable, setVariable, setProperty, getProperty, setMetaClass, getMetaClass, invokeMethod, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Methods inherited from class GroovyObjectSupport
|
setMetaClass, getMetaClass, invokeMethod, setProperty, getProperty, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
callable
java.lang.Object callable
-
ConfigBinding
ConfigBinding(Closure c)
-
setVariable
void setVariable(java.lang.String name, java.lang.Object value)
-
Groovy Documentation