Class ConfigurationModelHandler

java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.model.processor.ModelHandlerBase
ch.qos.logback.access.common.model.processor.ConfigurationModelHandler
All Implemented Interfaces:
ch.qos.logback.core.spi.ContextAware

public class ConfigurationModelHandler extends ch.qos.logback.core.model.processor.ModelHandlerBase
  • Field Summary

    Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase

    context
  • Constructor Summary

    Constructors
    Constructor
    Description
    ConfigurationModelHandler(ch.qos.logback.core.Context context)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    handle(ch.qos.logback.core.model.processor.ModelInterpretationContext mic, ch.qos.logback.core.model.Model model)
     
    static ch.qos.logback.core.model.processor.ModelHandlerBase
    makeInstance(ch.qos.logback.core.Context context, ch.qos.logback.core.model.processor.ModelInterpretationContext ic)
     

    Methods inherited from class ch.qos.logback.core.model.processor.ModelHandlerBase

    isSupportedModelType, postHandle, toString

    Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase

    addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ConfigurationModelHandler

      public ConfigurationModelHandler(ch.qos.logback.core.Context context)
  • Method Details

    • makeInstance

      public static ch.qos.logback.core.model.processor.ModelHandlerBase makeInstance(ch.qos.logback.core.Context context, ch.qos.logback.core.model.processor.ModelInterpretationContext ic)
    • getSupportedModelClass

      protected Class<ConfigurationModel> getSupportedModelClass()
      Overrides:
      getSupportedModelClass in class ch.qos.logback.core.model.processor.ModelHandlerBase
    • handle

      public void handle(ch.qos.logback.core.model.processor.ModelInterpretationContext mic, ch.qos.logback.core.model.Model model) throws ch.qos.logback.core.model.processor.ModelHandlerException
      Specified by:
      handle in class ch.qos.logback.core.model.processor.ModelHandlerBase
      Throws:
      ch.qos.logback.core.model.processor.ModelHandlerException