| Constructor and Description |
|---|
GroovyModelParser() |
| Modifier and Type | Method and Description |
|---|---|
groovy.lang.MetaClass |
getMetaClass() |
Object |
getProperty(String name) |
Object |
invokeMethod(String name,
Object args) |
static WroModel |
parse(groovy.lang.Script dslScript)
Parse a groovy DSL into a
WroModel |
static WroModel |
parse(String dsl)
Parse a groovy DSL into a
WroModel |
void |
setMetaClass(groovy.lang.MetaClass metaClass) |
void |
setProperty(String name,
Object value) |
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.