| 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.action | |
| ch.qos.logback.core.joran.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
BindDataSourceToJNDIAction |
| Modifier and Type | Class and Description |
|---|---|
class |
AppenderAction |
class |
AppenderRefAction |
class |
BaseModelAction |
class |
ContextPropertyAction |
class |
ConversionRuleAction |
class |
DefinePropertyAction
Creates
DefineModel instance and populate its name, className and scope. |
class |
EventEvaluatorAction |
class |
ImplicitModelAction
Action dealing with elements corresponding to implicit rules.
|
class |
IncludeModelAction |
class |
NewRuleAction |
class |
NOPAction
No operation (NOP) action that does strictly nothing.
|
class |
ParamAction |
class |
PropertyAction
This class serves to build a model for properties which are to the ANT
<property> task which add/set properties of a given object.
|
class |
SequenceNumberGeneratorAction
Action which handles <sequenceNumberGenerator> elements in configuration files.
|
class |
ShutdownHookAction
Action which builds
ShutdownHookModel based on <shutdownHook> elements found in configuration files. |
class |
StatusListenerAction |
class |
TimestampAction
Given a key and a date-and-time pattern, puts a property to the context, with
the specified key and value equal to the current time in the format
corresponding to the specified date-and-time pattern.
|
| Modifier and Type | Method and Description |
|---|---|
List<Action> |
RuleStore.matchActions(ElementPath elementPath)
Return a list of actions matching a pattern.
|
List<Action> |
SimpleRuleStore.matchActions(ElementPath elementPath) |
| Modifier and Type | Method and Description |
|---|---|
void |
SaxEventInterpreter.addImplicitAction(Action ia) |
void |
RuleStore.addRule(ElementSelector elementSelector,
Action action)
Add a new rule, given by a pattern and an action instance.
|
void |
SimpleRuleStore.addRule(ElementSelector elementSelector,
Action action)
Add a new rule, i.e.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SaxEventInterpreter.addImplicitActions(List<Action> actionList) |
Copyright © 2005–2019 QOS.ch. All rights reserved.