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, setContext
public groovy.lang.MetaClass getMetaClass()
getMetaClass
in interface groovy.lang.GroovyObject
public void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass
in interface groovy.lang.GroovyObject
public Object invokeMethod(String method, Object arguments)
invokeMethod
in interface groovy.lang.GroovyObject
public Object getProperty(String property)
getProperty
in interface groovy.lang.GroovyObject
public void setProperty(String property, Object value)
setProperty
in interface groovy.lang.GroovyObject
public String getKey()
public void setKey(String value)
public String getValue()
public void setValue(String value)
Copyright © 2005-2013 QOS.ch. All Rights Reserved.