Uses of Class
ch.qos.logback.core.model.Model
-
Packages that use Model Package Description ch.qos.logback.classic.joran Contains Joran configuration classes.ch.qos.logback.classic.joran.action Contains Joran action classes for processing XML configuration elements.ch.qos.logback.classic.model Contains model classes representing Logback configuration elements.ch.qos.logback.classic.model.processor Contains model processors for handling configuration model objects.ch.qos.logback.classic.tyler Contains components for Logback Tyler configuration management and monitoring.ch.qos.logback.core.joran Contains Joran configuration classes.ch.qos.logback.core.joran.action Contains Joran Action classes which transform XML elements into Model instances.ch.qos.logback.core.joran.conditional Contains conditional configuration processing support for Joran.ch.qos.logback.core.joran.sanity Contains sanity checkers for validating Joran configuration.ch.qos.logback.core.joran.spi Contains service provider interface classes for Joran configuration framework.ch.qos.logback.core.model Contains Model classes which are the internal representation of configuration elements, independent of XML.ch.qos.logback.core.model.conditional Contains model classes for conditional configuration elements.ch.qos.logback.core.model.processor Contains model processors for handling configuration model objects.ch.qos.logback.core.model.processor.conditional Contains model processors for conditional configuration elements.ch.qos.logback.core.model.util Contains utility classes for configuration model operations.ch.qos.logback.core.sift Contains sifting appender framework for dynamic appender creation based on runtime attributes. -
-
Uses of Model in ch.qos.logback.classic.joran
Methods in ch.qos.logback.classic.joran with parameters of type Model Modifier and Type Method Description protected voidJoranConfigurator. sanityCheck(Model topModel) -
Uses of Model in ch.qos.logback.classic.joran.action
Methods in ch.qos.logback.classic.joran.action that return Model Modifier and Type Method Description protected 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)ModelPropertiesConfiguratorAction. buildCurrentModel(SaxEventInterpretationContext saxEventInterpretationContext, String localName, Attributes attributes)Builds aPropertiesConfiguratorModelinstance for the current XML element.protected ModelRootLoggerAction. buildCurrentModel(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) -
Uses of Model in ch.qos.logback.classic.model
Subclasses of Model in ch.qos.logback.classic.model Modifier and Type Class Description classConfigurationModelclassContextNameModelclassLevelModelclassLoggerContextListenerModelclassLoggerModelclassPropertiesConfiguratorModelclassReceiverModelclassRootLoggerModelMethods in ch.qos.logback.classic.model with parameters of type Model Modifier and Type Method Description protected voidConfigurationModel. mirror(Model that)protected voidLevelModel. mirror(Model that)protected voidLoggerModel. mirror(Model that)protected voidRootLoggerModel. mirror(Model that) -
Uses of Model in ch.qos.logback.classic.model.processor
Methods in ch.qos.logback.classic.model.processor with parameters of type Model Modifier and Type Method Description voidPropertiesConfiguratorModelHandler. detachedHandle(ContextAwarePropertyContainer capc, Model model, Boolean topScanBoolean)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)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)voidRootLoggerModelHandler. postHandle(ModelInterpretationContext mic, Model model) -
Uses of Model in ch.qos.logback.classic.tyler
Methods in ch.qos.logback.classic.tyler with parameters of type Model Modifier and Type Method Description protected voidTylerConfiguratorBase. processModelFromIncludedFile(Model modelFromIncludedFile) -
Uses of Model in ch.qos.logback.core.joran
Methods in ch.qos.logback.core.joran that return Model Modifier and Type Method Description ModelGenericXMLConfigurator. buildModelFromSaxEventList(List<SaxEvent> saxEvents)ModelGenericXMLConfigurator. recallSafeConfiguration()Recall the event list previously registered as a safe point.Methods in ch.qos.logback.core.joran with parameters of type Model Modifier and Type Method Description voidParamModelHandler. handle(ModelInterpretationContext mic, 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 Model Modifier and Type Method Description protected 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)Builds and returns a Model instance for the current XML element being processed.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 ModelResourceAction. buildCurrentModel(SaxEventInterpretationContext interpretationContext, String localName, 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 Model Modifier and Type Method Description protected ModelByPropertiesConditionAction. buildCurrentModel(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes)protected 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 Model Modifier and Type Method Description default List<Pair<Model,Model>>SanityChecker. deepFindNestedSubModelsOfType(Class<? extends Model> modelClass, List<? extends Model> parentList)default List<Pair<Model,Model>>SanityChecker. deepFindNestedSubModelsOfType(Class<? extends Model> modelClass, List<? extends Model> parentList)Methods in ch.qos.logback.core.joran.sanity with parameters of type Model Modifier and Type Method Description voidAppenderWithinAppenderSanityChecker. check(Model model)voidSanityChecker. check(Model model)default 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 Model Modifier and Type Method Description default voidSanityChecker. deepFindAllModelsOfType(Class<? extends Model> modelClass, List<Model> modelList, Model model)default voidSanityChecker. deepFindAllModelsOfType(Class<? extends Model> modelClass, List<Model> modelList, Model model)default List<Pair<Model,Model>>SanityChecker. deepFindNestedSubModelsOfType(Class<? extends Model> modelClass, List<? extends Model> parentList)default List<Pair<Model,Model>>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 Model Modifier and Type Method Description ModelSaxEventInterpretationContext. peekModel()Return the Model at the top of the model stack, may return null.ModelSaxEventInterpretationContext. popModel()Methods in ch.qos.logback.core.joran.spi that return types with arguments of type Model Modifier and Type Method Description Stack<Model>SaxEventInterpretationContext. getCopyOfModelStack()Methods in ch.qos.logback.core.joran.spi with parameters of type Model Modifier and Type Method Description voidSaxEventInterpretationContext. pushModel(Model m) -
Uses of Model in ch.qos.logback.core.model
Subclasses of Model in ch.qos.logback.core.model Modifier and Type Class Description classAppenderModelclassAppenderRefModelclassComponentModelAbstract representation of configuration elements which have class names and are instantiated.classConversionRuleModelclassDefineModelclassEventEvaluatorModelclassImplicitModelclassImportModelclassIncludeModelclassInsertFromJNDIModelclassNamedComponentModelclassNamedModelclassParamModelclassPropertyModelclassResourceModelclassSequenceNumberGeneratorModelclassSerializeModelModelclassShutdownHookModelclassSiftModelclassStatusListenerModelclassTimestampModelMethods in ch.qos.logback.core.model that return Model Modifier and Type Method Description static ModelModel. duplicate(Model that)protected ModelModel. makeNewInstance()Methods in ch.qos.logback.core.model that return types with arguments of type Model Modifier and Type Method Description List<Model>Model. getSubModels()Methods in ch.qos.logback.core.model with parameters of type Model Modifier and Type Method Description voidModel. addSubModel(Model m)static ModelModel. duplicate(Model that)protected voidAppenderRefModel. mirror(Model that)protected voidComponentModel. mirror(Model that)protected voidDefineModel. mirror(Model that)protected voidImportModel. mirror(Model that)protected voidInsertFromJNDIModel. mirror(Model that)protected voidModel. mirror(Model that)protected voidNamedComponentModel. mirror(Model that)protected voidNamedModel. mirror(Model that)protected voidParamModel. mirror(Model that)protected voidPropertyModel. mirror(Model that)protected voidTimestampModel. mirror(Model that)static voidModelUtil. resetForReuse(Model model) -
Uses of Model in ch.qos.logback.core.model.conditional
Subclasses of Model in ch.qos.logback.core.model.conditional Modifier and Type Class Description classByPropertiesConditionModelclassElseModelclassIfModelclassThenModelMethods in ch.qos.logback.core.model.conditional with parameters of type Model Modifier and Type Method Description protected voidIfModel. mirror(Model that) -
Uses of Model in ch.qos.logback.core.model.processor
Methods in ch.qos.logback.core.model.processor that return Model Modifier and Type Method Description ModelIncludeModelHandler. buildModelFromIncludedFile(ContextAwarePropertyContainer capc, URL topURL, Boolean topScan, IncludeModel includeModel)This method is called by logback-tyler at TylerConfigurator run-time.ModelDependencyDefinition. getDepender()ModelModelInterpretationContext. getTopModel()ModelModelInterpretationContext. peekModel()ModelModelInterpretationContext. popModel()Methods in ch.qos.logback.core.model.processor that return types with arguments of type Model Modifier and Type Method Description protected Class<Model>AppenderRefDependencyAnalyser. getSupportedModelClass()protected Class<? extends Model>ModelHandlerBase. 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 Model Modifier and Type Method Description protected voidDefaultProcessor. analyseDependencies(Model model)voidAppenderRefDependencyAnalyser. collectAllAppenderRefModels(List<AppenderRefModel> list, Model model)Recursively processes the given Model object and its submodels, extracting instances of AppenderRefModel and adding them to the provided list.FilterReplyAllowAllModelFilter. decide(Model model)FilterReplyAllowModelFilter. decide(Model model)FilterReplyChainedModelFilter. decide(Model model)FilterReplyDenyAllModelFilter. decide(Model model)FilterReplyDenyModelFilter. decide(Model model)FilterReplyModelFilter. decide(Model model)List<String>ModelInterpretationContext. getDependencyNamesForModel(Model model)voidAppenderDeclarationAnalyser. handle(ModelInterpretationContext mic, Model model)voidAppenderModelHandler. handle(ModelInterpretationContext mic, Model model)voidAppenderRefDependencyAnalyser. handle(ModelInterpretationContext mic, Model parentModel)voidAppenderRefModelHandler. handle(ModelInterpretationContext interpContext, Model model)voidConversionRuleModelHandler. handle(ModelInterpretationContext mic, Model model)voidDefineModelHandler. handle(ModelInterpretationContext interpretationContext, Model model)voidEventEvaluatorModelHandler. handle(ModelInterpretationContext intercon, Model model)voidFileCollisionAnalyser. handle(ModelInterpretationContext mic, 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)voidDefaultProcessor. process(Model model)voidModelInterpretationContext. pushModel(Model m)protected intDefaultProcessor. secondPhaseTraverse(Model model, ModelFilter modelFilter)voidModelInterpretationContext. setTopModel(Model topModel)Method parameters in ch.qos.logback.core.model.processor with type arguments of type Model Modifier and Type Method Description voidDefaultProcessor. addAnalyser(Class<? extends Model> modelClass, Supplier<ModelHandlerBase> analyserSupplier)voidDefaultProcessor. addHandler(Class<? extends Model> modelClass, ModelHandlerFactoryMethod modelFactoryMethod)ChainedModelFilterChainedModelFilter. allow(Class<? extends Model> allowedType)ChainedModelFilterChainedModelFilter. deny(Class<? extends Model> allowedType)Constructors in ch.qos.logback.core.model.processor with parameters of type Model Constructor Description DependencyDefinition(Model depender, String dependency) -
Uses of Model in ch.qos.logback.core.model.processor.conditional
Methods in ch.qos.logback.core.model.processor.conditional with parameters of type Model Modifier and Type Method Description voidByPropertiesConditionModelHandler. handle(ModelInterpretationContext mic, Model model)voidElseModelHandler. handle(ModelInterpretationContext mic, Model model)voidIfModelHandler. handle(ModelInterpretationContext mic, Model model)voidThenModelHandler. handle(ModelInterpretationContext mic, Model model)voidByPropertiesConditionModelHandler. postHandle(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 Modifier and Type Method Description static StringTagUtil. unifiedTag(Model aModel) -
Uses of Model in ch.qos.logback.core.sift
Methods in ch.qos.logback.core.sift that return Model Modifier and Type Method Description ModelAppenderFactoryUsingSiftModel. getSiftModel()Methods in ch.qos.logback.core.sift with parameters of type Model Modifier and Type Method Description voidNOPSiftModelHandler. handle(ModelInterpretationContext mic, Model model)voidSiftModelHandler. handle(ModelInterpretationContext mic, Model model)Constructors in ch.qos.logback.core.sift with parameters of type Model Constructor Description AppenderFactoryUsingSiftModel(ModelInterpretationContext parentMic, Model aSiftModel, String discriminatingKey)
-