public class ZSiftingDelegate extends ContextAwareBase implements groovy.lang.GroovyObject
context| Constructor and Description |
|---|
ZSiftingDelegate(String key,
String value) |
| Modifier and Type | Method and Description |
|---|---|
Appender |
appender(String name,
Class clazz) |
Appender |
appender(String name,
Class clazz,
groovy.lang.Closure closure) |
String |
getKey() |
groovy.lang.MetaClass |
getMetaClass() |
Object |
getProperty(String property) |
String |
getValue() |
Object |
invokeMethod(String method,
Object arguments) |
void |
setKey(String value) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
void |
setValue(String value) |
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContextpublic 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 String getKey()
public void setKey(String value)
public String getValue()
public void setValue(String value)
Copyright © 2005-2013 QOS.ch. All Rights Reserved.