public class GroupDelegate extends Object implements groovy.lang.GroovyObject
| Constructor and Description |
|---|
GroupDelegate() |
| Modifier and Type | Method and Description |
|---|---|
Map |
getClosures() |
groovy.lang.MetaClass |
getMetaClass() |
Object |
getProperty(String name) |
Object |
invokeMethod(String name,
Object args) |
Object |
methodMissing(String name,
Object args) |
List |
resolveGroupResources() |
void |
setClosures(Map value) |
void |
setMetaClass(groovy.lang.MetaClass metaClass) |
void |
setProperty(String name,
Object value) |
public Map getClosures()
public void setClosures(Map value)
public List resolveGroupResources()
public groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass metaClass)
setMetaClass in interface groovy.lang.GroovyObjectpublic Object invokeMethod(String name, Object args)
invokeMethod in interface groovy.lang.GroovyObjectpublic Object getProperty(String name)
getProperty in interface groovy.lang.GroovyObjectCopyright © 2008-2013. All Rights Reserved.