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 Model
ConfigurationAction.buildCurrentModel
(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected Model
ContextNameAction.buildCurrentModel
(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected Model
InsertFromJNDIAction.buildCurrentModel
(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected Model
LevelAction.buildCurrentModel
(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected Model
LoggerAction.buildCurrentModel
(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected Model
LoggerContextListenerAction.buildCurrentModel
(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected Model
ReceiverAction.buildCurrentModel
(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected Model
RootLoggerAction.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 TypeClassDescriptionclass
class
class
class
class
class
class
class
Methods 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 TypeMethodDescriptionvoid
PropertiesConfiguratorModelHandler.detachedHandle
(ContextAwarePropertyContainer capc, Model model) Used byPropertiesConfiguratorModelHandler.handle(ModelInterpretationContext, Model)
as well as logback-tyler.void
ConfigurationModelHandler.handle
(ModelInterpretationContext mic, Model model) void
ContextNameModelHandler.handle
(ModelInterpretationContext mic, Model model) void
LevelModelHandler.handle
(ModelInterpretationContext mic, Model model) void
LoggerContextListenerModelHandler.handle
(ModelInterpretationContext mic, Model model) void
LoggerModelHandler.handle
(ModelInterpretationContext mic, Model model) void
PropertiesConfiguratorModelHandler.handle
(ModelInterpretationContext mic, Model model) void
ReceiverModelHandler.handle
(ModelInterpretationContext mic, Model model) void
RootLoggerModelHandler.handle
(ModelInterpretationContext mic, Model model) void
ConfigurationModelHandler.postHandle
(ModelInterpretationContext mic, Model model) void
ConfigurationModelHandlerFull.postHandle
(ModelInterpretationContext mic, Model model) void
LoggerContextListenerModelHandler.postHandle
(ModelInterpretationContext mic, Model model) void
LoggerModelHandler.postHandle
(ModelInterpretationContext mic, Model model) void
ReceiverModelHandler.postHandle
(ModelInterpretationContext mic, Model model) void
RootLoggerModelHandler.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 TypeMethodDescriptionvoid
DefaultClassNameHelper.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 void
TylerConfiguratorBase.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 TypeMethodDescriptionvoid
ParamModelHandler.handle
(ModelInterpretationContext intercon, Model model) protected void
JoranConfiguratorBase.performCheck
(SanityChecker sc, Model model) void
GenericXMLConfigurator.processModel
(Model model) void
GenericXMLConfigurator.registerSafeConfiguration
(Model top) Register the current event list in currently in the interpreter as a safe configuration point.protected void
GenericXMLConfigurator.sanityCheck
(Model topModel) Perform sanity check and issue warning if necessary.protected void
JoranConfiguratorBase.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 Model
AppenderAction.buildCurrentModel
(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected Model
AppenderRefAction.buildCurrentModel
(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected abstract Model
BaseModelAction.buildCurrentModel
(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected Model
ConversionRuleAction.buildCurrentModel
(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected Model
DefinePropertyAction.buildCurrentModel
(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected Model
EventEvaluatorAction.buildCurrentModel
(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected Model
ImportAction.buildCurrentModel
(SaxEventInterpretationContext interpretationContext, String localName, Attributes attributes) protected Model
ParamAction.buildCurrentModel
(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected Model
PropertyAction.buildCurrentModel
(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected Model
SequenceNumberGeneratorAction.buildCurrentModel
(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected Model
SerializeModelAction.buildCurrentModel
(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected Model
ShutdownHookAction.buildCurrentModel
(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected Model
SiftAction.buildCurrentModel
(SaxEventInterpretationContext interpretationContext, String localName, Attributes attributes) protected Model
StatusListenerAction.buildCurrentModel
(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected Model
TimestampAction.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 Model
ElseAction.buildCurrentModel
(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected Model
IfAction.buildCurrentModel
(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected Model
ThenAction.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 TypeMethodDescriptionvoid
void
default void
SanityChecker.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 void
SanityChecker.deepFindAllModelsOfType
(Class<? extends Model> modelClass, List<Model> modelList, Model model) default void
SanityChecker.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 TypeClassDescriptionclass
class
class
Abstract representation of configuration elements which have class names and are instantiated.class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Methods 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 TypeMethodDescriptionvoid
Model.addSubModel
(Model m) static Model
protected void
protected void
protected void
protected void
protected void
protected void
protected void
protected void
protected void
protected void
protected void
static void
ModelUtil.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 void
DefaultProcessor.analyseDependencies
(Model model) ModelInterpretationContext.getDependeeNamesForModel
(Model model) void
AppenderModelHandler.handle
(ModelInterpretationContext mic, Model model) void
AppenderRefDependencyAnalyser.handle
(ModelInterpretationContext mic, Model model) void
AppenderRefModelHandler.handle
(ModelInterpretationContext interpContext, Model model) void
ConversionRuleModelHandler.handle
(ModelInterpretationContext mic, Model model) void
DefineModelHandler.handle
(ModelInterpretationContext interpretationContext, Model model) void
EventEvaluatorModelHandler.handle
(ModelInterpretationContext intercon, Model model) void
ImplicitModelHandler.handle
(ModelInterpretationContext mic, Model model) void
ImportModelHandler.handle
(ModelInterpretationContext intercon, Model model) void
IncludeModelHandler.handle
(ModelInterpretationContext mic, Model model) void
InsertFromJNDIModelHandler.handle
(ModelInterpretationContext mic, Model model) abstract void
ModelHandlerBase.handle
(ModelInterpretationContext mic, Model model) void
NOPModelHandler.handle
(ModelInterpretationContext interpretationContext, Model model) void
PropertyModelHandler.handle
(ModelInterpretationContext mic, Model model) void
RefContainerDependencyAnalyser.handle
(ModelInterpretationContext mic, Model model) void
SequenceNumberGeneratorModelHandler.handle
(ModelInterpretationContext mic, Model model) void
SerializeModelModelHandler.handle
(ModelInterpretationContext modelInterpretationContext, Model model) void
ShutdownHookModelHandler.handle
(ModelInterpretationContext mic, Model model) void
StatusListenerModelHandler.handle
(ModelInterpretationContext ic, Model model) void
TimestampModelHandler.handle
(ModelInterpretationContext interpretationContext, Model model) protected boolean
ModelHandlerBase.isSupportedModelType
(Model model) protected boolean
RefContainerDependencyAnalyser.isSupportedModelType
(Model model) protected int
DefaultProcessor.mainTraverse
(Model model, ModelFilter modelFiler) void
AppenderModelHandler.postHandle
(ModelInterpretationContext mic, Model model) void
DefineModelHandler.postHandle
(ModelInterpretationContext interpretationContext, Model model) Now property definer is initialized by all properties and we can put property value to contextvoid
EventEvaluatorModelHandler.postHandle
(ModelInterpretationContext intercon, Model model) void
ImplicitModelHandler.postHandle
(ModelInterpretationContext intercon, Model model) void
ModelHandlerBase.postHandle
(ModelInterpretationContext mic, Model model) void
RefContainerDependencyAnalyser.postHandle
(ModelInterpretationContext mic, Model model) void
SequenceNumberGeneratorModelHandler.postHandle
(ModelInterpretationContext mic, Model model) void
ShutdownHookModelHandler.postHandle
(ModelInterpretationContext mic, Model model) void
StatusListenerModelHandler.postHandle
(ModelInterpretationContext mic, Model m) void
void
protected int
DefaultProcessor.secondPhaseTraverse
(Model model, ModelFilter modelFilter) void
ModelInterpretationContext.setTopModel
(Model topModel) Method parameters in ch.qos.logback.core.model.processor with type arguments of type ModelModifier and TypeMethodDescriptionvoid
DefaultProcessor.addAnalyser
(Class<? extends Model> modelClass, Supplier<ModelHandlerBase> analyserSupplier) void
DefaultProcessor.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 TypeMethodDescriptionvoid
ElseModelHandler.handle
(ModelInterpretationContext mic, Model model) void
IfModelHandler.handle
(ModelInterpretationContext mic, Model model) void
ThenModelHandler.handle
(ModelInterpretationContext mic, Model model) void
IfModelHandler.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 TypeMethodDescriptionvoid
NOPSiftModelHandler.handle
(ModelInterpretationContext mic, Model model) void
SiftModelHandler.handle
(ModelInterpretationContext mic, Model model) Constructors in ch.qos.logback.core.sift with parameters of type ModelModifierConstructorDescriptionAppenderFactoryUsingSiftModel
(ModelInterpretationContext parentMic, Model aSiftModel, String discriminatingKey)