- java.lang.Object
-
- ch.qos.logback.core.spi.ContextAwareBase
-
- ch.qos.logback.core.model.processor.ModelHandlerBase
-
- ch.qos.logback.core.model.processor.NOPModelHandler
-
- All Implemented Interfaces:
ContextAware
public class NOPModelHandler extends ModelHandlerBase
-
-
Field Summary
-
Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context
-
-
Constructor Summary
Constructors Constructor Description NOPModelHandler(Context context)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandle(ModelInterpretationContext interpretationContext, Model model)static NOPModelHandlermakeInstance(Context context, ModelInterpretationContext ic)-
Methods inherited from class ch.qos.logback.core.model.processor.ModelHandlerBase
getSupportedModelClass, isSupportedModelType, postHandle, toString
-
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext
-
-
-
-
Constructor Detail
-
NOPModelHandler
public NOPModelHandler(Context context)
-
-
Method Detail
-
makeInstance
public static NOPModelHandler makeInstance(Context context, ModelInterpretationContext ic)
-
handle
public void handle(ModelInterpretationContext interpretationContext, Model model)
- Specified by:
handlein classModelHandlerBase
-
-