public class AppenderDelegate extends ComponentDelegate implements groovy.lang.GroovyObject
| Constructor and Description |
|---|
AppenderDelegate(ch.qos.logback.core.Appender appender) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel() |
groovy.lang.MetaClass |
getMetaClass() |
Object |
getProperty(String property) |
Object |
invokeMethod(String method,
Object arguments) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
analyzeArgs, cascadeFields, getComponent, getComponentName, getFieldsToCascade, getLabelFistLetterInUpperCase, injectParent, methodMissing, parseClassArgument, parseNameArgument, propertyMissingpublic groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectgetMetaClass in class ComponentDelegatepublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectsetMetaClass in class ComponentDelegatepublic Object invokeMethod(String method, Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectinvokeMethod in class ComponentDelegatepublic Object getProperty(String property)
getProperty in interface groovy.lang.GroovyObjectgetProperty in class ComponentDelegatepublic void setProperty(String property, Object value)
setProperty in interface groovy.lang.GroovyObjectsetProperty in class ComponentDelegatepublic String getLabel()
getLabel in class ComponentDelegateCopyright © 2015. All rights reserved.