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 that return ModelModifier and TypeMethodDescriptionGenericXMLConfigurator.buildModelFromSaxEventList(List<SaxEvent> saxEvents) GenericXMLConfigurator.recallSafeConfiguration()Recall the event list previously registered as a safe point.Methods in ch.qos.logback.core.joran with parameters of type ModelModifier and TypeMethodDescriptionvoidParamModelHandler.handle(ModelInterpretationContext intercon, Model model) voidGenericXMLConfigurator.processModel(Model model) voidGenericXMLConfigurator.registerSafeConfiguration(Model top) Register the current event list in currently in the interpreter as a safe configuration point. -
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(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected ModelAppenderRefAction.buildCurrentModel(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected abstract ModelBaseModelAction.buildCurrentModel(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected ModelDefinePropertyAction.buildCurrentModel(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected ModelEventEvaluatorAction.buildCurrentModel(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected ModelImportAction.buildCurrentModel(SaxEventInterpretationContext interpretationContext, String localName, Attributes attributes) protected ModelParamAction.buildCurrentModel(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected ModelPropertyAction.buildCurrentModel(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected ModelSequenceNumberGeneratorAction.buildCurrentModel(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected ModelShutdownHookAction.buildCurrentModel(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected ModelStatusListenerAction.buildCurrentModel(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected ModelTimestampAction.buildCurrentModel(SaxEventInterpretationContext 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 TypeMethodDescriptionSaxEventInterpretationContext.peekModel()actionDataStack contains ActionData instances We use a stack of ActionData objects in order to support nested elements which are handled by the same NestedComplexPropertyIA instance.SaxEventInterpretationContext.popModel()Methods in ch.qos.logback.core.joran.spi that return types with arguments of type ModelMethods in ch.qos.logback.core.joran.spi with parameters of type Model -
Uses of Model in ch.qos.logback.core.model
Subclasses of Model in ch.qos.logback.core.modelModifier and TypeClassDescriptionclassclassclassAbstract representation of configuration elementsclassclassclassclassclassclassclassclassclassclassclassclassclassclassMethods in ch.qos.logback.core.model that return types with arguments of type ModelMethods in ch.qos.logback.core.model with parameters of type ModelModifier and TypeMethodDescriptionvoidModel.addSubModel(Model m) static voidModelUtil.resetForReuse(Model model) -
Uses of Model in ch.qos.logback.core.model.processor
Methods in ch.qos.logback.core.model.processor that return ModelModifier and TypeMethodDescriptionDependencyDefinition.getDepender()ModelInterpretationContext.peekModel()ModelInterpretationContext.popModel()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) ModelInterpretationContext.getDependeeNamesForModel(Model model) voidAppenderModelHandler.handle(ModelInterpretationContext mic, Model model) voidAppenderRefDependencyAnalyser.handle(ModelInterpretationContext mic, Model model) voidAppenderRefModelHandler.handle(ModelInterpretationContext interpContext, Model model) voidDefineModelHandler.handle(ModelInterpretationContext interpretationContext, Model model) voidEventEvaluatorModelHandler.handle(ModelInterpretationContext intercon, Model model) voidImplicitModelHandler.handle(ModelInterpretationContext intercon, Model model) voidImportModelHandler.handle(ModelInterpretationContext intercon, Model model) voidInsertFromJNDIModelHandler.handle(ModelInterpretationContext mic, Model model) abstract voidModelHandlerBase.handle(ModelInterpretationContext intercon, Model model) voidNOPModelHandler.handle(ModelInterpretationContext interpretationContext, Model model) voidPropertyModelHandler.handle(ModelInterpretationContext interpretationContext, Model model) voidRefContainerDependencyAnalyser.handle(ModelInterpretationContext mic, Model model) voidSequenceNumberGeneratorModelHandler.handle(ModelInterpretationContext mic, Model model) voidShutdownHookModelHandler.handle(ModelInterpretationContext interpretationContext, Model model) voidStatusListenerModelHandler.handle(ModelInterpretationContext ic, Model model) voidTimestampModelHandler.handle(ModelInterpretationContext interpretationContext, Model model) protected booleanModelHandlerBase.isSupportedModelType(Model model) protected booleanRefContainerDependencyAnalyser.isSupportedModelType(Model model) protected intDefaultProcessor.mainTraverse(Model model, ModelFilter modelFiler) voidAppenderModelHandler.postHandle(ModelInterpretationContext mic, Model model) voidDefineModelHandler.postHandle(ModelInterpretationContext interpretationContext, Model model) Now property definer is initialized by all properties and we can put property value to contextvoidEventEvaluatorModelHandler.postHandle(ModelInterpretationContext intercon, Model model) voidImplicitModelHandler.postHandle(ModelInterpretationContext intercon, Model model) voidModelHandlerBase.postHandle(ModelInterpretationContext intercon, Model model) voidRefContainerDependencyAnalyser.postHandle(ModelInterpretationContext mic, Model model) voidSequenceNumberGeneratorModelHandler.postHandle(ModelInterpretationContext mic, Model model) voidStatusListenerModelHandler.postHandle(ModelInterpretationContext mic, Model m) voidvoidprotected intDefaultProcessor.secondPhaseTraverse(Model model, ModelFilter 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) Constructors in ch.qos.logback.core.model.processor with parameters of type Model