public abstract class GroovyObjectSupport extends Object
A useful base class for Java objects wishing to be Groovy objects
Constructor and description |
---|
GroovyObjectSupport
() |
Type | Name and description |
---|---|
MetaClass |
getMetaClass() |
Object |
getProperty(String property) |
Object |
invokeMethod(String name, Object args) |
void |
setMetaClass(MetaClass metaClass) |
void |
setProperty(String property, Object newValue) |
Copyright © 2003-2014 The Codehaus. All rights reserved.