Package ch.qos.logback.core.sift
Class SiftingJoranConfiguratorBase<E>
- java.lang.Object
-
- ch.qos.logback.core.spi.ContextAwareBase
-
- ch.qos.logback.core.joran.GenericConfigurator
-
- ch.qos.logback.core.sift.SiftingJoranConfiguratorBase<E>
-
- All Implemented Interfaces:
ContextAware
- Direct Known Subclasses:
SiftingJoranConfigurator
,SiftingJoranConfigurator
public abstract class SiftingJoranConfiguratorBase<E> extends GenericConfigurator
-
-
Field Summary
Fields Modifier and Type Field Description 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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description 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, doConfigure, getBeanDescriptionCache, 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
-
-
-
-
Method Detail
-
addImplicitRules
protected void addImplicitRules(Interpreter interpreter)
- Specified by:
addImplicitRules
in classGenericConfigurator
-
addInstanceRules
protected void addInstanceRules(RuleStore rs)
- Specified by:
addInstanceRules
in classGenericConfigurator
-
oneAndOnlyOneCheck
protected void oneAndOnlyOneCheck(Map<?,?> appenderMap)
-
doConfigure
public void doConfigure(List<SaxEvent> eventList) throws JoranException
- Overrides:
doConfigure
in classGenericConfigurator
- Throws:
JoranException
-
-