Uses of Class
ch.qos.logback.core.model.Model
Packages that use Model
Package
Description
Contains Joran configuration classes.
Contains Joran configuration classes.
-
Uses of Model in ch.qos.logback.classic.joran
Methods in ch.qos.logback.classic.joran with parameters of type Model -
Uses of Model in ch.qos.logback.classic.joran.action
Methods in ch.qos.logback.classic.joran.action that return ModelModifier and TypeMethodDescriptionprotected ModelConfigurationAction.buildCurrentModel(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected ModelContextNameAction.buildCurrentModel(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected ModelInsertFromJNDIAction.buildCurrentModel(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected ModelLevelAction.buildCurrentModel(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected ModelLoggerAction.buildCurrentModel(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected ModelLoggerContextListenerAction.buildCurrentModel(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected ModelReceiverAction.buildCurrentModel(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected ModelRootLoggerAction.buildCurrentModel(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) -
Uses of Model in ch.qos.logback.classic.joran.sanity
Methods in ch.qos.logback.classic.joran.sanity with parameters of type Model -
Uses of Model in ch.qos.logback.classic.model
Subclasses of Model in ch.qos.logback.classic.modelModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassMethods in ch.qos.logback.classic.model with parameters of type Model -
Uses of Model in ch.qos.logback.classic.model.processor
Methods in ch.qos.logback.classic.model.processor with parameters of type ModelModifier and TypeMethodDescriptionvoidPropertiesConfiguratorModelHandler.detachedHandle(ContextAwarePropertyContainer capc, Model model) Used byPropertiesConfiguratorModelHandler.handle(ModelInterpretationContext, Model)as well as logback-tyler.voidConfigurationModelHandler.handle(ModelInterpretationContext mic, Model model) voidContextNameModelHandler.handle(ModelInterpretationContext mic, Model model) voidLevelModelHandler.handle(ModelInterpretationContext mic, Model model) voidLoggerContextListenerModelHandler.handle(ModelInterpretationContext mic, Model model) voidLoggerModelHandler.handle(ModelInterpretationContext mic, Model model) voidPropertiesConfiguratorModelHandler.handle(ModelInterpretationContext mic, Model model) voidReceiverModelHandler.handle(ModelInterpretationContext mic, Model model) voidRootLoggerModelHandler.handle(ModelInterpretationContext mic, Model model) voidConfigurationModelHandler.postHandle(ModelInterpretationContext mic, Model model) voidConfigurationModelHandlerFull.postHandle(ModelInterpretationContext mic, Model model) voidLoggerContextListenerModelHandler.postHandle(ModelInterpretationContext mic, Model model) voidLoggerModelHandler.postHandle(ModelInterpretationContext mic, Model model) voidReceiverModelHandler.postHandle(ModelInterpretationContext mic, Model model) voidRootLoggerModelHandler.postHandle(ModelInterpretationContext mic, Model model) -
Uses of Model in ch.qos.logback.classic.model.util
Methods in ch.qos.logback.classic.model.util with parameters of type ModelModifier and TypeMethodDescriptionvoidDefaultClassNameHelper.injectDefaultComponentClasses(Model aModel, Model parent) This method injects default components classes to implicit models missing a class name. -
Uses of Model in ch.qos.logback.classic.tyler
Methods in ch.qos.logback.classic.tyler with parameters of type ModelModifier and TypeMethodDescriptionprotected voidTylerConfiguratorBase.processModelFromIncludedFile(Model modelFromIncludedFile) -
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) protected voidJoranConfiguratorBase.performCheck(SanityChecker sc, 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.protected voidGenericXMLConfigurator.sanityCheck(Model topModel) Perform sanity check and issue warning if necessary.protected voidJoranConfiguratorBase.sanityCheck(Model topModel) Perform sanity check and issue warning if necessary. -
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 ModelConversionRuleAction.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 ModelSerializeModelAction.buildCurrentModel(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected ModelShutdownHookAction.buildCurrentModel(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected ModelSiftAction.buildCurrentModel(SaxEventInterpretationContext interpretationContext, String localName, 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.conditional
Methods in ch.qos.logback.core.joran.conditional that return ModelModifier and TypeMethodDescriptionprotected ModelElseAction.buildCurrentModel(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected ModelIfAction.buildCurrentModel(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected ModelThenAction.buildCurrentModel(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) -
Uses of Model in ch.qos.logback.core.joran.sanity
Methods in ch.qos.logback.core.joran.sanity that return types with arguments of type ModelModifier and TypeMethodDescriptionSanityChecker.deepFindNestedSubModelsOfType(Class<? extends Model> modelClass, List<? extends Model> parentList) SanityChecker.deepFindNestedSubModelsOfType(Class<? extends Model> modelClass, List<? extends Model> parentList) Methods in ch.qos.logback.core.joran.sanity with parameters of type ModelModifier and TypeMethodDescriptionvoidvoiddefault voidSanityChecker.deepFindAllModelsOfType(Class<? extends Model> modelClass, List<Model> modelList, Model model) Method parameters in ch.qos.logback.core.joran.sanity with type arguments of type ModelModifier and TypeMethodDescriptiondefault voidSanityChecker.deepFindAllModelsOfType(Class<? extends Model> modelClass, List<Model> modelList, Model model) default voidSanityChecker.deepFindAllModelsOfType(Class<? extends Model> modelClass, List<Model> modelList, Model model) SanityChecker.deepFindNestedSubModelsOfType(Class<? extends Model> modelClass, List<? extends Model> parentList) SanityChecker.deepFindNestedSubModelsOfType(Class<? extends Model> modelClass, List<? extends Model> parentList) -
Uses of Model in ch.qos.logback.core.joran.spi
Methods in ch.qos.logback.core.joran.spi that return ModelModifier and TypeMethodDescriptionSaxEventInterpretationContext.peekModel()Return the Model at the top of the model stack, may return null.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 elements which have class names and are instantiated.classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassMethods in ch.qos.logback.core.model that return ModelMethods 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 Modelprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidstatic voidModelUtil.resetForReuse(Model model) -
Uses of Model in ch.qos.logback.core.model.conditional
Subclasses of Model in ch.qos.logback.core.model.conditionalMethods in ch.qos.logback.core.model.conditional 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 ModelModifier and TypeMethodDescriptionIncludeModelHandler.buildModelFromIncludedFile(ContextAwarePropertyContainer capc, IncludeModel includeModel) This method is called by logback-tyler at TylerConfigurator run-time.DependencyDefinition.getDepender()ModelInterpretationContext.getTopModel()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 subclass 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) voidConversionRuleModelHandler.handle(ModelInterpretationContext mic, Model model) voidDefineModelHandler.handle(ModelInterpretationContext interpretationContext, Model model) voidEventEvaluatorModelHandler.handle(ModelInterpretationContext intercon, Model model) voidImplicitModelHandler.handle(ModelInterpretationContext mic, Model model) voidImportModelHandler.handle(ModelInterpretationContext intercon, Model model) voidIncludeModelHandler.handle(ModelInterpretationContext mic, Model model) voidInsertFromJNDIModelHandler.handle(ModelInterpretationContext mic, Model model) abstract voidModelHandlerBase.handle(ModelInterpretationContext mic, Model model) voidNOPModelHandler.handle(ModelInterpretationContext interpretationContext, Model model) voidPropertyModelHandler.handle(ModelInterpretationContext mic, Model model) voidRefContainerDependencyAnalyser.handle(ModelInterpretationContext mic, Model model) voidSequenceNumberGeneratorModelHandler.handle(ModelInterpretationContext mic, Model model) voidSerializeModelModelHandler.handle(ModelInterpretationContext modelInterpretationContext, Model model) voidShutdownHookModelHandler.handle(ModelInterpretationContext mic, 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 mic, Model model) voidRefContainerDependencyAnalyser.postHandle(ModelInterpretationContext mic, Model model) voidSequenceNumberGeneratorModelHandler.postHandle(ModelInterpretationContext mic, Model model) voidShutdownHookModelHandler.postHandle(ModelInterpretationContext mic, Model model) voidStatusListenerModelHandler.postHandle(ModelInterpretationContext mic, Model m) voidvoidprotected intDefaultProcessor.secondPhaseTraverse(Model model, ModelFilter modelFilter) voidModelInterpretationContext.setTopModel(Model topModel) Method parameters in ch.qos.logback.core.model.processor with type arguments of type ModelModifier and TypeMethodDescriptionvoidDefaultProcessor.addAnalyser(Class<? extends Model> modelClass, Supplier<ModelHandlerBase> analyserSupplier) voidDefaultProcessor.addHandler(Class<? extends Model> modelClass, ModelHandlerFactoryMethod modelFactoryMethod) Constructors in ch.qos.logback.core.model.processor with parameters of type Model -
Uses of Model in ch.qos.logback.core.model.processor.conditional
Methods in ch.qos.logback.core.model.processor.conditional with parameters of type ModelModifier and TypeMethodDescriptionvoidElseModelHandler.handle(ModelInterpretationContext mic, Model model) voidIfModelHandler.handle(ModelInterpretationContext mic, Model model) voidThenModelHandler.handle(ModelInterpretationContext mic, Model model) voidIfModelHandler.postHandle(ModelInterpretationContext mic, Model model) -
Uses of Model in ch.qos.logback.core.model.util
Methods in ch.qos.logback.core.model.util with parameters of type Model -
Uses of Model in ch.qos.logback.core.sift
Methods in ch.qos.logback.core.sift that return ModelMethods in ch.qos.logback.core.sift with parameters of type ModelModifier and TypeMethodDescriptionvoidNOPSiftModelHandler.handle(ModelInterpretationContext mic, Model model) voidSiftModelHandler.handle(ModelInterpretationContext mic, Model model) Constructors in ch.qos.logback.core.sift with parameters of type ModelModifierConstructorDescriptionAppenderFactoryUsingSiftModel(ModelInterpretationContext parentMic, Model aSiftModel, String discriminatingKey)