Uses of Class
ch.qos.logback.core.model.Model
Packages that use Model
Package
Description
Contains Joran configuration classes.
-
Uses of Model in ch.qos.logback.core.joran
Methods in ch.qos.logback.core.joran with parameters of type ModelModifier and TypeMethodDescriptionvoidParamModelHandler.handle(InterpretationContext intercon, Model model) protected voidGenericConfigurator.processModel(Model model) -
Uses of Model in ch.qos.logback.core.joran.action
Methods in ch.qos.logback.core.joran.action that return ModelModifier and TypeMethodDescriptionprotected ModelAppenderAction.buildCurrentModel(InterpretationContext interpretationContext, String name, Attributes attributes) protected ModelAppenderRefAction.buildCurrentModel(InterpretationContext interpretationContext, String name, Attributes attributes) protected abstract ModelBaseModelAction.buildCurrentModel(InterpretationContext interpretationContext, String name, Attributes attributes) protected ModelDefinePropertyAction.buildCurrentModel(InterpretationContext interpretationContext, String name, Attributes attributes) protected ModelEventEvaluatorAction.buildCurrentModel(InterpretationContext interpretationContext, String name, Attributes attributes) protected ModelIncludeModelAction.buildCurrentModel(InterpretationContext intercon, String name, Attributes attributes) protected ModelParamAction.buildCurrentModel(InterpretationContext interpretationContext, String name, Attributes attributes) protected ModelPropertyAction.buildCurrentModel(InterpretationContext interpretationContext, String name, Attributes attributes) protected ModelShutdownHookAction.buildCurrentModel(InterpretationContext interpretationContext, String name, Attributes attributes) protected ModelStatusListenerAction.buildCurrentModel(InterpretationContext interpretationContext, String name, Attributes attributes) protected ModelTimestampAction.buildCurrentModel(InterpretationContext interpretationContext, String name, Attributes attributes) -
Uses of Model in ch.qos.logback.core.joran.spi
Methods in ch.qos.logback.core.joran.spi that return ModelModifier and TypeMethodDescriptionInterpretationContext.peekModel()InterpretationContext.popModel()Methods in ch.qos.logback.core.joran.spi that return types with arguments of type ModelModifier and TypeMethodDescriptionInterpretationContext.getCopyOfModelStack()InterpretationContext.getDependenciesMap()Methods in ch.qos.logback.core.joran.spi with parameters of type ModelModifier and TypeMethodDescriptionvoidInterpretationContext.addDependency(Model model, String ref) InterpretationContext.getDependencies(Model model) void -
Uses of Model in ch.qos.logback.core.model
Subclasses of Model in ch.qos.logback.core.modelModifier and TypeClassDescriptionclassclassclassAbstract representation of configuration elementsclassclassclassclassclassclassclassclassclassclassclassMethods in ch.qos.logback.core.model that return types with arguments of type ModelMethods in ch.qos.logback.core.model with parameters of type Model -
Uses of Model in ch.qos.logback.core.model.processor
Methods in ch.qos.logback.core.model.processor that return types with arguments of type ModelModifier and TypeMethodDescriptionModelHandlerBase.getSupportedModelClass()Subclasses should return the sub-class of Model that they expect to handle.Methods in ch.qos.logback.core.model.processor with parameters of type ModelModifier and TypeMethodDescriptionprotected voidDefaultProcessor.analyseDependencies(Model model) voidAppenderModelHandler.handle(InterpretationContext interpContext, Model model) voidAppenderRefDependencyAnalyser.handle(InterpretationContext interpContext, Model model) voidAppenderRefModelHandler.handle(InterpretationContext interpContext, Model model) voidDefineModelHandler.handle(InterpretationContext interpretationContext, Model model) voidEventEvaluatorModelHandler.handle(InterpretationContext intercon, Model model) voidImplicitModelHandler.handle(InterpretationContext intercon, Model model) voidIncludeModelHandler.handle(InterpretationContext intercon, Model model) abstract voidModelHandlerBase.handle(InterpretationContext intercon, Model model) voidPropertyModelHandler.handle(InterpretationContext interpretationContext, Model model) voidRefContainerDependencyAnalyser.handle(InterpretationContext intercon, Model model) voidShutdownHookModelHandler.handle(InterpretationContext interpretationContext, Model model) voidStatusListenerModelHandler.handle(InterpretationContext ic, Model model) voidTimestampModelHandler.handle(InterpretationContext interpretationContext, Model model) protected booleanModelHandlerBase.isSupportedModelType(Model model) protected booleanRefContainerDependencyAnalyser.isSupportedModelType(Model model) protected intDefaultProcessor.mainTraverse(Model model, ModelFiler modelFiler) voidAppenderModelHandler.postHandle(InterpretationContext interpContext, Model model) voidDefineModelHandler.postHandle(InterpretationContext interpretationContext, Model model) Now property definer is initialized by all properties and we can put property value to contextvoidEventEvaluatorModelHandler.postHandle(InterpretationContext intercon, Model model) voidImplicitModelHandler.postHandle(InterpretationContext intercon, Model model) voidModelHandlerBase.postHandle(InterpretationContext intercon, Model model) voidRefContainerDependencyAnalyser.postHandle(InterpretationContext intercon, Model model) voidStatusListenerModelHandler.postHandle(InterpretationContext ic, Model m) voidprotected intDefaultProcessor.secondPhaseTraverse(Model model, ModelFiler modelFilter) Method parameters in ch.qos.logback.core.model.processor with type arguments of type ModelModifier and TypeMethodDescriptionvoidDefaultProcessor.addAnalyser(Class<? extends Model> modelClass, ModelHandlerBase handler) voidDefaultProcessor.addHandler(Class<? extends Model> modelClass, ModelFactoryMethod modelFactoryMethod)