Class ConfigurationDelegate

  • All Implemented Interfaces:
    ContextAware, groovy.lang.GroovyObject

    public class ConfigurationDelegate
    extends ContextAwareBase
    implements groovy.lang.GroovyObject
    • Constructor Detail

      • ConfigurationDelegate

        public ConfigurationDelegate()
    • Method Detail

      • scan

        public void scan()
      • root

        public void root​(Level level)
      • logger

        public void logger​(String name,
                           Level level)
      • appender

        public void appender​(String name,
                             Class clazz)
      • receiver

        public void receiver​(String name,
                             Class aClass)
      • turboFilter

        public void turboFilter​(Class clazz)
      • timestamp

        public String timestamp​(String datePattern)
      • jmxConfigurator

        public void jmxConfigurator()
      • getMetaClass

        public groovy.lang.MetaClass getMetaClass()
        Specified by:
        getMetaClass in interface groovy.lang.GroovyObject
      • setMetaClass

        public void setMetaClass​(groovy.lang.MetaClass mc)
        Specified by:
        setMetaClass in interface groovy.lang.GroovyObject
      • invokeMethod

        public Object invokeMethod​(String method,
                                   Object arguments)
        Specified by:
        invokeMethod in interface groovy.lang.GroovyObject
      • getProperty

        public Object getProperty​(String property)
        Specified by:
        getProperty in interface groovy.lang.GroovyObject
      • setProperty

        public void setProperty​(String property,
                                Object value)
        Specified by:
        setProperty in interface groovy.lang.GroovyObject
      • setAppenderList

        public void setAppenderList​(List<Appender> value)
      • getDeclaredOrigin

        public Object getDeclaredOrigin()
      • scan

        public void scan​(String scanPeriodStr)
      • statusListener

        public void statusListener​(Class listenerClass)
      • conversionRule

        public void conversionRule​(String conversionWord,
                                   Class converterClass)
      • appender

        public void appender​(String name,
                             Class clazz,
                             groovy.lang.Closure closure)
      • receiver

        public void receiver​(String name,
                             Class aClass,
                             groovy.lang.Closure closure)
      • turboFilter

        public void turboFilter​(Class clazz,
                                groovy.lang.Closure closure)
      • timestamp

        public String timestamp​(String datePattern,
                                long timeReference)
      • jmxConfigurator

        public void jmxConfigurator​(String name)