| Package | Description |
|---|---|
| ch.qos.logback.core.db |
The ch.qos.logback.core.db package provides bases classes to append objects
into various databases.
|
| 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.processor |
| Modifier and Type | Method and Description |
|---|---|
void |
BindDataSourceToJNDIAction.begin(InterpretationContext ec,
String localName,
Attributes attributes)
Instantiates an a data source and bind it to JNDI
Most of the required parameters are placed in the ec.substitutionProperties
|
void |
BindDataSourceToJNDIAction.end(InterpretationContext ec,
String name) |
| Modifier and Type | Method and Description |
|---|---|
InterpretationContext |
JoranConfiguratorBase.getInterpretationContext() |
| Modifier and Type | Method and Description |
|---|---|
protected DefaultProcessor |
GenericConfigurator.buildDefaultProcessor(Context context,
InterpretationContext interpretationContext) |
protected DefaultProcessor |
JoranConfiguratorBase.buildDefaultProcessor(Context context,
InterpretationContext interpretationContext) |
void |
ParamModelHandler.handle(InterpretationContext intercon,
Model model) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
Action.atLine(InterpretationContext intercon) |
abstract void |
Action.begin(InterpretationContext intercon,
String name,
Attributes attributes)
Called when the parser encounters an element matching a
Pattern. |
void |
BaseModelAction.begin(InterpretationContext intercon,
String name,
Attributes attributes) |
void |
ContextPropertyAction.begin(InterpretationContext ec,
String name,
Attributes attributes) |
void |
ConversionRuleAction.begin(InterpretationContext ec,
String localName,
Attributes attributes)
Instantiates an layout of the given class and sets its name.
|
void |
ImplicitModelAction.begin(InterpretationContext interpretationContext,
String name,
Attributes attributes) |
void |
NewRuleAction.begin(InterpretationContext ec,
String localName,
Attributes attributes)
Instantiates an layout of the given class and sets its name.
|
void |
NOPAction.begin(InterpretationContext ec,
String name,
Attributes attributes) |
void |
SequenceNumberGeneratorAction.begin(InterpretationContext ic,
String name,
Attributes attributes)
Instantiates a shutdown hook of the given class and sets its name.
|
void |
Action.body(InterpretationContext intercon,
String body)
Called to pass the body (as text) contained within an element.
|
void |
BaseModelAction.body(InterpretationContext ec,
String body) |
void |
ImplicitModelAction.body(InterpretationContext ec,
String body) |
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) |
abstract void |
Action.end(InterpretationContext intercon,
String name) |
void |
BaseModelAction.end(InterpretationContext interpretationContext,
String name) |
void |
ContextPropertyAction.end(InterpretationContext ec,
String name) |
void |
ConversionRuleAction.end(InterpretationContext ec,
String n)
Once the children elements are also parsed, now is the time to activate
the appender options.
|
void |
ImplicitModelAction.end(InterpretationContext interpretationContext,
String name) |
void |
NewRuleAction.end(InterpretationContext ec,
String n)
Once the children elements are also parsed, now is the time to activate the
appender options.
|
void |
NOPAction.end(InterpretationContext ec,
String name) |
void |
SequenceNumberGeneratorAction.end(InterpretationContext ic,
String name)
Once the children elements are also parsed, now is the time to activate the
shutdown hook options.
|
void |
ConversionRuleAction.finish(InterpretationContext ec) |
void |
NewRuleAction.finish(InterpretationContext ec) |
protected int |
Action.getColumnNumber(InterpretationContext intercon) |
protected String |
Action.getLineColStr(InterpretationContext intercon) |
static int |
Action.getLineNumber(InterpretationContext intercon) |
protected String |
Action.nearLine(InterpretationContext intercon) |
static void |
ActionUtil.setProperties(InterpretationContext ic,
Properties props,
ActionUtil.Scope scope)
Add all the properties found in the argument named 'props' to an
InterpretationContext.
|
static void |
ActionUtil.setProperty(InterpretationContext ic,
String key,
String value,
ActionUtil.Scope scope) |
protected boolean |
AppenderAction.validPreconditions(InterpretationContext ic,
String name,
Attributes attributes) |
protected boolean |
AppenderRefAction.validPreconditions(InterpretationContext intercon,
String name,
Attributes attributes) |
protected boolean |
BaseModelAction.validPreconditions(InterpretationContext intercon,
String name,
Attributes attributes)
Validate preconditions of this action.
|
protected boolean |
DefinePropertyAction.validPreconditions(InterpretationContext ic,
String name,
Attributes attributes) |
protected boolean |
EventEvaluatorAction.validPreconditions(InterpretationContext intercon,
String name,
Attributes attributes) |
protected boolean |
IncludeModelAction.validPreconditions(InterpretationContext intercon,
String name,
Attributes attributes) |
protected boolean |
ParamAction.validPreconditions(InterpretationContext intercon,
String name,
Attributes attributes) |
protected boolean |
PropertyAction.validPreconditions(InterpretationContext interpretationContext,
String localName,
Attributes attributes) |
protected boolean |
ShutdownHookAction.validPreconditions(InterpretationContext interpretationContext,
String name,
Attributes attributes) |
protected boolean |
StatusListenerAction.validPreconditions(InterpretationContext interpretationContext,
String name,
Attributes attributes) |
protected boolean |
TimestampAction.validPreconditions(InterpretationContext interpretationContext,
String name,
Attributes attributes) |
| Constructor and Description |
|---|
PreconditionValidator(ContextAware origin,
InterpretationContext intercon,
String name,
Attributes attributes) |
| Modifier and Type | Method and Description |
|---|---|
InterpretationContext |
SaxEventInterpreter.getInterpretationContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
ImplicitModelHandler.doComplex(InterpretationContext interpretationContext,
ComponentModel componentModel,
ImplicitActionDataForComplexProperty actionData) |
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) |
| Constructor and Description |
|---|
DefaultProcessor(Context context,
InterpretationContext interpretationContext) |
Copyright © 2005–2019 QOS.ch. All rights reserved.