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
public class ConfigurationModelHandlerFull extends ConfigurationModelHandler
This is a subclass ofConfigurationModelHandleroffering configuration reloading support.This class is also called by logback-tyler.
-
-
Field Summary
Fields Modifier and Type Field Description static StringFAILED_WATCH_PREDICATE_MESSAGE_1static StringFAILED_WATCH_PREDICATE_MESSAGE_2-
Fields inherited from class ch.qos.logback.classic.model.processor.ConfigurationModelHandler
scanning
-
Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context
-
-
Constructor Summary
Constructors Constructor Description ConfigurationModelHandlerFull(Context context)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddetachedPostProcess(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 ch.qos.logback.classic.model.processor.ConfigurationModelHandler
getSupportedModelClass, handle
-
Methods inherited from class ch.qos.logback.core.model.processor.ModelHandlerBase
isSupportedModelType, toString
-
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext
-
-
-
-
Field Detail
-
FAILED_WATCH_PREDICATE_MESSAGE_1
public static final String FAILED_WATCH_PREDICATE_MESSAGE_1
- See Also:
- Constant Field Values
-
FAILED_WATCH_PREDICATE_MESSAGE_2
public static final String FAILED_WATCH_PREDICATE_MESSAGE_2
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ConfigurationModelHandlerFull
public ConfigurationModelHandlerFull(Context context)
-
-
Method Detail
-
makeInstance
public static ModelHandlerBase makeInstance(Context context, ModelInterpretationContext mic)
-
postHandle
public void postHandle(ModelInterpretationContext mic, Model model) throws ModelHandlerException
- Overrides:
postHandlein classConfigurationModelHandler- Throws:
ModelHandlerException
-
detachedPostProcess
public void detachedPostProcess(String scanStr, String scanPeriodStr)
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
public void detachedPostProcess(String scanPeriodStr)
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
-
-