Uses of Class
ch.qos.logback.core.model.Model
Package
Description
Contains Joran configuration classes.
Contains Joran configuration classes.
-
Uses of Model in ch.qos.logback.classic.joran
-
Uses of Model in ch.qos.logback.classic.joran.action
Modifier 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
-
Uses of Model in ch.qos.logback.classic.model
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
-
Uses of Model in ch.qos.logback.classic.model.processor
Modifier and TypeMethodDescriptionvoid
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
ReceiverModelHandler.handle
(ModelInterpretationContext mic, Model model) void
RootLoggerModelHandler.handle
(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
Modifier 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.core.joran
Modifier and TypeMethodDescriptionGenericXMLConfigurator.buildModelFromSaxEventList
(List<SaxEvent> saxEvents) GenericXMLConfigurator.recallSafeConfiguration()
Recall the event list previously registered as a safe point.Modifier 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
Modifier 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
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
Modifier 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
Modifier and TypeMethodDescriptionSanityChecker.deepFindNestedSubModelsOfType
(Class<? extends Model> modelClass, List<? extends Model> parentList) SanityChecker.deepFindNestedSubModelsOfType
(Class<? extends Model> modelClass, List<? extends Model> parentList) Modifier and TypeMethodDescriptionvoid
void
default void
SanityChecker.deepFindAllModelsOfType
(Class<? extends Model> modelClass, List<Model> modelList, Model model) Modifier 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
Modifier and TypeMethodDescriptionSaxEventInterpretationContext.peekModel()
Return the Model at the top of the model stack, may return null.SaxEventInterpretationContext.popModel()
-
Uses of Model in ch.qos.logback.core.model
Modifier and TypeClassDescriptionclass
class
class
Abstract representation of configuration elementsclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Modifier 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
-
Uses of Model in ch.qos.logback.core.model.processor
Modifier and TypeMethodDescriptionDependencyDefinition.getDepender()
ModelInterpretationContext.getTopModel()
ModelInterpretationContext.peekModel()
ModelInterpretationContext.popModel()
Modifier and TypeMethodDescriptionModelHandlerBase.getSupportedModelClass()
Subclasses should return the subclass of Model that they expect to handle.Modifier 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
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) Modifier and TypeMethodDescriptionvoid
DefaultProcessor.addAnalyser
(Class<? extends Model> modelClass, Supplier<ModelHandlerBase> analyserSupplier) void
DefaultProcessor.addHandler
(Class<? extends Model> modelClass, ModelHandlerFactoryMethod modelFactoryMethod) -
Uses of Model in ch.qos.logback.core.model.processor.conditional
Modifier 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
-
Uses of Model in ch.qos.logback.core.sift
Modifier and TypeMethodDescriptionvoid
NOPSiftModelHandler.handle
(ModelInterpretationContext mic, Model model) void
SiftModelHandler.handle
(ModelInterpretationContext mic, Model model) ModifierConstructorDescriptionAppenderFactoryUsingSiftModel
(ModelInterpretationContext parentMic, Model aSiftModel, String discriminatingKey)