| Package | Description |
|---|---|
| ch.qos.logback.core.joran |
Contains Joran configuration classes.
|
| ch.qos.logback.core.joran.action | |
| ch.qos.logback.core.joran.spi | |
| ch.qos.logback.core.model | |
| ch.qos.logback.core.model.processor |
| Modifier and Type | Method and Description |
|---|---|
void |
ParamModelHandler.handle(InterpretationContext intercon,
Model model) |
protected void |
GenericConfigurator.processModel(Model model) |
| Modifier and Type | Method and Description |
|---|---|
protected Model |
AppenderAction.buildCurrentModel(InterpretationContext interpretationContext,
String name,
Attributes attributes) |
protected Model |
AppenderRefAction.buildCurrentModel(InterpretationContext interpretationContext,
String name,
Attributes attributes) |
protected abstract Model |
BaseModelAction.buildCurrentModel(InterpretationContext interpretationContext,
String name,
Attributes attributes) |
protected Model |
DefinePropertyAction.buildCurrentModel(InterpretationContext interpretationContext,
String name,
Attributes attributes) |
protected Model |
EventEvaluatorAction.buildCurrentModel(InterpretationContext interpretationContext,
String name,
Attributes attributes) |
protected Model |
IncludeModelAction.buildCurrentModel(InterpretationContext intercon,
String name,
Attributes attributes) |
protected Model |
ParamAction.buildCurrentModel(InterpretationContext interpretationContext,
String name,
Attributes attributes) |
protected Model |
PropertyAction.buildCurrentModel(InterpretationContext interpretationContext,
String name,
Attributes attributes) |
protected Model |
ShutdownHookAction.buildCurrentModel(InterpretationContext interpretationContext,
String name,
Attributes attributes) |
protected Model |
StatusListenerAction.buildCurrentModel(InterpretationContext interpretationContext,
String name,
Attributes attributes) |
protected Model |
TimestampAction.buildCurrentModel(InterpretationContext interpretationContext,
String name,
Attributes attributes) |
| Modifier and Type | Method and Description |
|---|---|
Model |
InterpretationContext.peekModel() |
Model |
InterpretationContext.popModel() |
| Modifier and Type | Method and Description |
|---|---|
Stack<Model> |
InterpretationContext.getCopyOfModelStack() |
| Modifier and Type | Method and Description |
|---|---|
void |
InterpretationContext.pushModel(Model m) |
| Modifier and Type | Class and Description |
|---|---|
class |
AppenderModel |
class |
AppenderRefModel |
class |
ComponentModel
Abstract representation of configuration elements
|
class |
DefineModel |
class |
EventEvaluatorModel |
class |
ImplicitModel |
class |
IncludeModel |
class |
ParamModel |
class |
PropertyModel |
class |
ShutdownHookModel |
class |
StatusListenerModel |
class |
TimestampModel |
| Modifier and Type | Method and Description |
|---|---|
List<Model> |
Model.getSubModels() |
| Modifier and Type | Method and Description |
|---|---|
void |
Model.addSubModel(Model m) |
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends Model> |
ModelHandlerBase.getSupportedModelClass()
Subclasses should return the sub-class of Model that they expect to handle.
|
| Modifier and Type | Method and Description |
|---|---|
FilterReply |
AllowAllModelFilter.decide(Model model) |
FilterReply |
AllowModelFilter.decide(Model model) |
FilterReply |
ChainedModelFilter.decide(Model model) |
FilterReply |
DenyAllModelFilter.decide(Model model) |
FilterReply |
DenyModelFilter.decide(Model model) |
FilterReply |
ModelFiler.decide(Model model) |
void |
AppenderModelHandler.handle(InterpretationContext interpContext,
Model model) |
void |
AppenderRefModelHandler.handle(InterpretationContext intercon,
Model model) |
void |
DefineModelHandler.handle(InterpretationContext interpretationContext,
Model model) |
void |
EventEvaluatorModelHandler.handle(InterpretationContext intercon,
Model model) |
void |
ImplicitModelHandler.handle(InterpretationContext intercon,
Model model) |
void |
IncludeModelHandler.handle(InterpretationContext intercon,
Model model) |
abstract void |
ModelHandlerBase.handle(InterpretationContext intercon,
Model model) |
void |
PropertyModelHandler.handle(InterpretationContext interpretationContext,
Model model) |
void |
ShutdownHookModelHandler.handle(InterpretationContext interpretationContext,
Model model) |
void |
StatusListenerModelHandler.handle(InterpretationContext ic,
Model model) |
void |
TimestampModelHandler.handle(InterpretationContext interpretationContext,
Model model) |
void |
AppenderModelHandler.postHandle(InterpretationContext interpContext,
Model model) |
void |
DefineModelHandler.postHandle(InterpretationContext interpretationContext,
Model model)
Now property definer is initialized by all properties and we can put
property value to context
|
void |
EventEvaluatorModelHandler.postHandle(InterpretationContext intercon,
Model model) |
void |
ImplicitModelHandler.postHandle(InterpretationContext intercon,
Model model) |
void |
ModelHandlerBase.postHandle(InterpretationContext intercon,
Model model) |
void |
StatusListenerModelHandler.postHandle(InterpretationContext ic,
Model m) |
void |
DefaultProcessor.process(Model model) |
protected int |
DefaultProcessor.traverse(Model model,
ModelFiler modelFiler) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultProcessor.addHandler(Class<? extends Model> modelClass,
Class<? extends ModelHandlerBase> handlerClass) |
ChainedModelFilter |
ChainedModelFilter.allow(Class<? extends Model> allowedType) |
ChainedModelFilter |
ChainedModelFilter.deny(Class<? extends Model> allowedType) |
Copyright © 2005–2019 QOS.ch. All rights reserved.