Uses of Class
ch.qos.logback.core.joran.action.Action
-
-
Uses of Action in ch.qos.logback.access.joran.action
Subclasses of Action in ch.qos.logback.access.joran.action Modifier and Type Class Description class
ConfigurationAction
class
EvaluatorAction
-
Uses of Action in ch.qos.logback.access.sift
Subclasses of Action in ch.qos.logback.access.sift Modifier and Type Class Description class
SiftAction
-
Uses of Action in ch.qos.logback.classic.joran.action
Subclasses of Action in ch.qos.logback.classic.joran.action Modifier and Type Class Description class
ConfigurationAction
class
ConsolePluginAction
class
ContextNameAction
class
EvaluatorAction
class
InsertFromJNDIAction
Insert an env-entry found in JNDI as a new context variableclass
JMXConfiguratorAction
class
LevelAction
Action to handle theelement nested within element. class
LoggerAction
Action which handleselements in configuration files. class
LoggerContextListenerAction
class
ReceiverAction
A JoranAction
for aSocketReceiver
configuration.class
RootLoggerAction
-
Uses of Action in ch.qos.logback.classic.sift
Subclasses of Action in ch.qos.logback.classic.sift Modifier and Type Class Description class
SiftAction
-
Uses of Action in ch.qos.logback.core.joran.action
Subclasses of Action in ch.qos.logback.core.joran.action Modifier and Type Class 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 ANTtask which add/set properties of a given object. class
ShutdownHookAction
Action which handleselements 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. -
Uses of Action in ch.qos.logback.core.joran.conditional
Subclasses of Action in ch.qos.logback.core.joran.conditional Modifier and Type Class Description class
ElseAction
class
IfAction
class
ThenAction
class
ThenOrElseActionBase
-
Uses of Action in ch.qos.logback.core.joran.spi
Fields in ch.qos.logback.core.joran.spi with type parameters of type Action Modifier and Type Field Description (package private) java.util.Stack<java.util.List<Action>>
Interpreter. actionListStack
TheactionListStack contains a list of actions that are executing for the given XML element.private static java.util.List<Action>
Interpreter. EMPTY_LIST
(package private) java.util.HashMap<ElementSelector,java.util.List<Action>>
SimpleRuleStore. rules
Methods in ch.qos.logback.core.joran.spi that return types with arguments of type Action Modifier and Type Method Description (package private) java.util.List<Action>
SimpleRuleStore. fullPathMatch(ElementPath elementPath)
(package private) java.util.List<Action>
Interpreter. getApplicableActionList(ElementPath elementPath, org.xml.sax.Attributes attributes)
Return the list of applicable patterns for this(package private) java.util.List<Action>
Interpreter. lookupImplicitAction(ElementPath elementPath, org.xml.sax.Attributes attributes, InterpretationContext ec)
Check if any implicit actions are applicable.java.util.List<Action>
RuleStore. matchActions(ElementPath elementPath)
Return a list of actions matching a pattern.java.util.List<Action>
SimpleRuleStore. matchActions(ElementPath elementPath)
(package private) java.util.List<Action>
SimpleRuleStore. middleMatch(ElementPath path)
(package private) java.util.List<Action>
SimpleRuleStore. prefixMatch(ElementPath elementPath)
(package private) java.util.List<Action>
SimpleRuleStore. suffixMatch(ElementPath elementPath)
Methods in ch.qos.logback.core.joran.spi with parameters of type Action Modifier and Type Method Description 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.Method parameters in ch.qos.logback.core.joran.spi with type arguments of type Action Modifier and Type Method Description (package private) void
Interpreter. callBeginAction(java.util.List<Action> applicableActionList, java.lang.String tagName, org.xml.sax.Attributes atts)
private void
Interpreter. callBodyAction(java.util.List<Action> applicableActionList, java.lang.String body)
private void
Interpreter. callEndAction(java.util.List<Action> applicableActionList, java.lang.String tagName)
-
Uses of Action in chapters.onJoran
Fields in chapters.onJoran with type parameters of type Action Modifier and Type Field Description (package private) java.util.Map<ElementSelector,Action>
SimpleConfigurator. ruleMap
Constructor parameters in chapters.onJoran with type arguments of type Action Constructor Description SimpleConfigurator(java.util.Map<ElementSelector,Action> ruleMap)
SimpleConfigurator(java.util.Map<ElementSelector,Action> ruleMap, java.util.List<ImplicitAction> iaList)
-
Uses of Action in chapters.onJoran.calculator
Subclasses of Action in chapters.onJoran.calculator Modifier and Type Class 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. -
Uses of Action in chapters.onJoran.helloWorld
Subclasses of Action in chapters.onJoran.helloWorld Modifier and Type Class Description class
HelloWorldAction
A trivial action that writes "Hello world" on the console. -
Uses of Action in chapters.onJoran.implicit
Subclasses of Action in chapters.onJoran.implicit Modifier and Type Class Description class
NOPAction
No operation (NOP) action that does strictly nothing.class
PrintMeImplicitAction
A rather trivial implicit action which is applicable if an element has a printme attribute set to true.
-