Module ch.qos.logback.classic
Class ConfigurationModelHandlerFull
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.model.processor.ModelHandlerBase
ch.qos.logback.classic.model.processor.ConfigurationModelHandler
ch.qos.logback.classic.model.processor.ConfigurationModelHandlerFull
- All Implemented Interfaces:
- ContextAware
This is a subclass of 
ConfigurationModelHandler offering configuration reloading support.- 
Field SummaryFieldsFields inherited from class ch.qos.logback.core.spi.ContextAwareBasecontext
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoiddetachedPostProcess(String scanStr, String scanPeriodStr) This method is called from this class but also from logback-tyler.static ModelHandlerBasemakeInstance2(Context context, ModelInterpretationContext mic) voidpostHandle(ModelInterpretationContext mic, Model model) protected voidpostProcessScanAttrib(ModelInterpretationContext mic, ConfigurationModel configurationModel) protected voidprocessScanAttrib(ModelInterpretationContext mic, ConfigurationModel configurationModel) Methods inherited from class ch.qos.logback.classic.model.processor.ConfigurationModelHandlergetSupportedModelClass, handle, makeInstanceMethods inherited from class ch.qos.logback.core.model.processor.ModelHandlerBaseisSupportedModelType, toStringMethods inherited from class ch.qos.logback.core.spi.ContextAwareBaseaddError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext
- 
Field Details- 
FAILED_WATCH_PREDICATE_MESSAGE_1
- 
FAILED_WATCH_PREDICATE_MESSAGE_2
 
- 
- 
Constructor Details- 
ConfigurationModelHandlerFull
 
- 
- 
Method Details- 
makeInstance2
- 
processScanAttribprotected void processScanAttrib(ModelInterpretationContext mic, ConfigurationModel configurationModel) - Overrides:
- processScanAttribin class- ConfigurationModelHandler
 
- 
postHandle- Overrides:
- postHandlein class- ConfigurationModelHandler
- Throws:
- ModelHandlerException
 
- 
postProcessScanAttribprotected void postProcessScanAttrib(ModelInterpretationContext mic, ConfigurationModel configurationModel) - Overrides:
- postProcessScanAttribin class- ConfigurationModelHandler
 
- 
detachedPostProcessThis method is called from this class but also from logback-tyler. This method assumes that the variables scanStr and scanPeriodStr have undergone variable substitution as applicable to their current environment- Parameters:
- scanStr-
- scanPeriodStr-
- Since:
- 1.5.0
 
 
-