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.
This class is also called by logback-tyler.
-
Field Summary
FieldsFields inherited from class ConfigurationModelHandler
scanningFields inherited from class ContextAwareBase
context -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddetachedPostProcess(String scanPeriodStr) This method is called from logback-tyler version 1.0.x and later.voiddetachedPostProcess(String scanStr, String scanPeriodStr) This method is called from logback-tyler version 1.0.4 and earlier.static ModelHandlerBasemakeInstance(Context context, ModelInterpretationContext mic) voidpostHandle(ModelInterpretationContext mic, Model model) Methods inherited from class ConfigurationModelHandler
getSupportedModelClass, handleMethods inherited from class ModelHandlerBase
isSupportedModelType, toStringMethods inherited from class ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext
-
Field Details
-
FAILED_WATCH_PREDICATE_MESSAGE_1
- See Also:
-
FAILED_WATCH_PREDICATE_MESSAGE_2
- See Also:
-
-
Constructor Details
-
ConfigurationModelHandlerFull
-
-
Method Details
-
makeInstance
-
postHandle
- Overrides:
postHandlein classConfigurationModelHandler- Throws:
ModelHandlerException
-
detachedPostProcess
This method is called from logback-tyler version 1.0.4 and earlier.This method assumes that the variables scanStr and scanPeriodStr have undergone variable substitution as applicable to their current environment
- Parameters:
scanPeriodStr-- Since:
- 1.5.0
-
detachedPostProcess
This method is called from logback-tyler version 1.0.x and later.This method assumes that the variables scanPeriodStr has undergone variable substitution as applicable to their current environment
- Parameters:
scanPeriodStr-- Since:
- 1.5.28
-