Package ch.qos.logback.core.joran
Class JoranConfiguratorBase<E>
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.joran.GenericConfigurator
ch.qos.logback.core.joran.JoranConfiguratorBase<E>
- All Implemented Interfaces:
ContextAware
A JoranConfiguratorBase lays most of the groundwork for concrete
configurators derived from it. Concrete configurators only need to implement
the
addInstanceRules(ch.qos.logback.core.joran.spi.RuleStore) method.
A JoranConfiguratorBase instance should not be used more than once to configure a Context.
- Author:
- Ceki Gülcü
-
Field Summary
Fields inherited from class ch.qos.logback.core.joran.GenericConfigurator
interpreterFields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddImplicitRules(SaxEventInterpreter interpreter) protected voidprotected DefaultProcessorbuildDefaultProcessor(Context context, InterpretationContext interpretationContext) protected voidMethods inherited from class ch.qos.logback.core.joran.GenericConfigurator
addDefaultNestedComponentRegistryRules, doConfigure, doConfigure, doConfigure, doConfigure, doConfigure, doConfigure, informContextOfURLUsedForConfiguration, initialElementPath, playEventsAndProcessModel, processModel, recallSafeConfiguration, registerSafeConfigurationMethods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext
-
Constructor Details
-
JoranConfiguratorBase
public JoranConfiguratorBase()
-
-
Method Details
-
addInstanceRules
- Specified by:
addInstanceRulesin classGenericConfigurator
-
addImplicitRules
- Specified by:
addImplicitRulesin classGenericConfigurator
-
buildInterpreter
protected void buildInterpreter()- Overrides:
buildInterpreterin classGenericConfigurator
-
getInterpretationContext
-
buildDefaultProcessor
protected DefaultProcessor buildDefaultProcessor(Context context, InterpretationContext interpretationContext) - Overrides:
buildDefaultProcessorin classGenericConfigurator
-