|
|||||
| FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||
A useful base class for Java objects wishing to be Groovy objects
| Field Summary | |
|---|---|
MetaClass |
metaClass
|
| Constructor Summary | |
GroovyObjectSupport()
|
|
| Method Summary | |
|---|---|
MetaClass |
getMetaClass()
|
Object |
getProperty(String property)
|
Object |
invokeMethod(String name, Object args)
|
void |
setMetaClass(MetaClass metaClass)
|
void |
setProperty(String property, Object newValue)
|
| Constructor Detail |
|---|
public GroovyObjectSupport()
| Method Detail |
|---|
public MetaClass getMetaClass()
public Object getProperty(String property)
public Object invokeMethod(String name, Object args)
public void setMetaClass(MetaClass metaClass)
public void setProperty(String property, Object newValue)