public class DynamicExtensionLoader extends Object implements groovy.lang.GroovyObject
| Constructor and Description |
|---|
DynamicExtensionLoader(FlowDelegate outer) |
| Modifier and Type | Method and Description |
|---|---|
groovy.lang.MetaClass |
getMetaClass() |
FlowDelegate |
getOuter() |
Object |
getProperty(String property) |
Object |
invokeMethod(String method,
Object arguments) |
Object |
propertyMissing(Object name) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setOuter(FlowDelegate value) |
void |
setProperty(String property,
Object value) |
public DynamicExtensionLoader(FlowDelegate outer)
public groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectpublic Object invokeMethod(String method, Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectpublic Object getProperty(String property)
getProperty in interface groovy.lang.GroovyObjectpublic void setProperty(String property, Object value)
setProperty in interface groovy.lang.GroovyObjectpublic FlowDelegate getOuter()
public void setOuter(FlowDelegate value)
Copyright © 2004-2016. All Rights Reserved.