Package | Description |
---|---|
ch.qos.logback.classic.joran.action | |
ch.qos.logback.classic.sift | |
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.conditional | |
ch.qos.logback.core.joran.spi | |
chapters.onJoran | |
chapters.onJoran.calculator | |
chapters.onJoran.helloWorld | |
chapters.onJoran.implicit |
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationAction |
class |
ConsolePluginAction |
class |
ContextNameAction |
class |
EvaluatorAction |
class |
InsertFromJNDIAction
Insert an env-entry found in JNDI as a new context variable
|
class |
JMXConfiguratorAction |
class |
LevelAction
Action to handle the
|
class |
LoggerAction
Action which handles
|
class |
LoggerContextListenerAction |
class |
ReceiverAction
A Joran
Action for a SocketReceiver configuration. |
class |
RootLoggerAction |
Modifier and Type | Class and Description |
---|---|
class |
SiftAction |
Modifier and Type | Class and Description |
---|---|
class |
BindDataSourceToJNDIAction |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEventEvaluatorAction |
class |
AppenderAction<E> |
class |
AppenderRefAction<E> |
class |
ContextPropertyAction |
class |
ConversionRuleAction |
class |
DefinePropertyAction
Instantiate class for define property value.
|
class |
ImplicitAction
ImplcitActions are like normal (explicit) actions except that are applied
by the parser when no other pattern applies.
|
class |
IncludeAction |
class |
NestedBasicPropertyIA
This action is responsible for tying together a parent object with one of its
simple properties specified as an element but for which there is
no explicit rule.
|
class |
NestedComplexPropertyIA
This action is responsible for tying together a parent object with a child
element for which there is no explicit rule.
|
class |
NewRuleAction |
class |
NOPAction
No operation (NOP) action that does strictly nothing.
|
class |
ParamAction |
class |
PropertyAction
This class serves as a base for other actions, which similar to the ANT
|
class |
ShutdownHookAction
Action which handles
|
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 | Class and Description |
---|---|
class |
ElseAction |
class |
IfAction |
class |
ThenAction |
class |
ThenOrElseActionBase |
Modifier and Type | Method and Description |
---|---|
List<Action> |
SimpleRuleStore.matchActions(ElementPath elementPath) |
List<Action> |
RuleStore.matchActions(ElementPath elementPath)
Return a list of actions matching a pattern.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleRuleStore.addRule(ElementSelector elementSelector,
Action action)
Add a new rule, i.e.
|
void |
RuleStore.addRule(ElementSelector elementSelector,
Action action)
Add a new rule, given by a pattern and an action instance.
|
Constructor and Description |
---|
SimpleConfigurator(Map<ElementSelector,Action> ruleMap) |
SimpleConfigurator(Map<ElementSelector,Action> ruleMap,
List<ImplicitAction> iaList) |
Modifier and Type | Class and Description |
---|---|
class |
AddAction
This action adds the two integers at the top of the stack (they are removed)
and pushes the result to the top the stack.
|
class |
ComputationAction1
ComputationAction1 will print the result of the compuration made by
children elements but only if the compuration itself is named, that is if the
name attribute of the associated computation element is not null.
|
class |
ComputationAction2
ComputationAction2 will print the result of the compuration made by
children elements but only if the computation itself is named, that is if the
name attribute of the associated computation element is not null.
|
class |
LiteralAction
This action converts the value attribute of the associated element to an
integer and pushes the resulting Integer object on top of the execution
context stack.
|
class |
MultiplyAction
This action multiplies the two integers at the top of the stack (they are
removed) and pushes the result on top the stack.
|
Modifier and Type | Class and Description |
---|---|
class |
HelloWorldAction
A trivial action that writes "Hello world" on the console.
|
Modifier and Type | Class and Description |
---|---|
class |
PrintMeImplicitAction
A rather trivial implicit action which is applicable if an element has a
printme attribute set to true.
|
Copyright © 2005–2016 QOS.ch. All rights reserved.