ch.qos.logback.core.sift
Class SiftingJoranConfiguratorBase<E>

java.lang.Object
  extended by ch.qos.logback.core.spi.ContextAwareBase
      extended by ch.qos.logback.core.joran.GenericConfigurator
          extended by ch.qos.logback.core.sift.SiftingJoranConfiguratorBase<E>
All Implemented Interfaces:
ContextAware

public abstract class SiftingJoranConfiguratorBase<E>
extends GenericConfigurator


Field Summary
protected  String key
           
protected  Map<String,String> parentPropertyMap
           
protected  String value
           
 
Fields inherited from class ch.qos.logback.core.joran.GenericConfigurator
interpreter
 
Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context
 
Constructor Summary
protected SiftingJoranConfiguratorBase(String key, String value, Map<String,String> parentPropertyMap)
           
 
Method Summary
protected  void addImplicitRules(Interpreter interpreter)
           
protected  void addInstanceRules(RuleStore rs)
           
 void doConfigure(List<SaxEvent> eventList)
           
abstract  Appender<E> getAppender()
           
protected  void oneAndOnlyOneCheck(Map<?,?> appenderMap)
           
 String toString()
           
 
Methods inherited from class ch.qos.logback.core.joran.GenericConfigurator
addDefaultNestedComponentRegistryRules, buildInterpreter, doConfigure, doConfigure, doConfigure, doConfigure, doConfigure, informContextOfURLUsedForConfiguration, initialElementPath, recallSafeConfiguration, registerSafeConfiguration
 
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

key

protected final String key

value

protected final String value

parentPropertyMap

protected final Map<String,String> parentPropertyMap
Constructor Detail

SiftingJoranConfiguratorBase

protected SiftingJoranConfiguratorBase(String key,
                                       String value,
                                       Map<String,String> parentPropertyMap)
Method Detail

addImplicitRules

protected void addImplicitRules(Interpreter interpreter)
Specified by:
addImplicitRules in class GenericConfigurator

addInstanceRules

protected void addInstanceRules(RuleStore rs)
Specified by:
addInstanceRules in class GenericConfigurator

getAppender

public abstract Appender<E> getAppender()

oneAndOnlyOneCheck

protected void oneAndOnlyOneCheck(Map<?,?> appenderMap)

doConfigure

public void doConfigure(List<SaxEvent> eventList)
                 throws JoranException
Overrides:
doConfigure in class GenericConfigurator
Throws:
JoranException

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2005-2014 QOS.ch. All Rights Reserved.