Module ch.qos.logback.core
Class RefContainerDependencyAnalyser
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.model.processor.ModelHandlerBase
ch.qos.logback.core.model.processor.RefContainerDependencyAnalyser
- All Implemented Interfaces:
ContextAware
-
Field Summary
Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handle
(ModelInterpretationContext mic, Model model) protected boolean
isSupportedModelType
(Model model) void
postHandle
(ModelInterpretationContext mic, Model model) Methods inherited from class ch.qos.logback.core.model.processor.ModelHandlerBase
getSupportedModelClass, toString
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext
-
Constructor Details
-
RefContainerDependencyAnalyser
-
-
Method Details
-
isSupportedModelType
- Overrides:
isSupportedModelType
in classModelHandlerBase
-
handle
- Specified by:
handle
in classModelHandlerBase
- Throws:
ModelHandlerException
-
postHandle
- Overrides:
postHandle
in classModelHandlerBase
- Throws:
ModelHandlerException
-