Uses of Class
ch.qos.logback.core.joran.action.Action
Packages that use Action
Package
Description
-
Uses of Action in ch.qos.logback.access.joran.action
Subclasses of Action in ch.qos.logback.access.joran.action -
Uses of Action in ch.qos.logback.access.sift
Subclasses of Action in ch.qos.logback.access.sift -
Uses of Action in ch.qos.logback.classic.joran.action
Subclasses of Action in ch.qos.logback.classic.joran.actionModifier and TypeClassDescriptionclass
class
class
class
Insert an env-entry found in JNDI as a new context variableclass
class
Action to handle theelement nested within element. class
Action which handleselements in configuration files. class
class
A JoranAction
for aSocketReceiver
configuration.class
-
Uses of Action in ch.qos.logback.classic.sift
Subclasses of Action in ch.qos.logback.classic.sift -
Uses of Action in ch.qos.logback.core.joran.action
Subclasses of Action in ch.qos.logback.core.joran.actionModifier and TypeClassDescriptionclass
class
class
class
class
class
Instantiate class for define property value.class
ImplcitActions are like normal (explicit) actions except that are applied by the parser when no other pattern applies.class
class
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
This action is responsible for tying together a parent object with a child element for which there is no explicit rule.class
class
No operation (NOP) action that does strictly nothing.class
class
This class serves as a base for other actions, which similar to the ANTtask which add/set properties of a given object. class
Action which handleselements in configuration files. class
class
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.conditionalModifier and TypeClassDescriptionclass
class
class
class
-
Uses of Action in ch.qos.logback.core.joran.spi
Fields in ch.qos.logback.core.joran.spi with type parameters of type ActionModifier and TypeFieldDescriptionInterpreter.actionListStack
TheactionListStack contains a list of actions that are executing for the given XML element.Interpreter.EMPTY_LIST
(package private) HashMap
<ElementSelector, List<Action>> SimpleRuleStore.rules
Methods in ch.qos.logback.core.joran.spi that return types with arguments of type ActionModifier and TypeMethodDescriptionSimpleRuleStore.fullPathMatch
(ElementPath elementPath) Interpreter.getApplicableActionList
(ElementPath elementPath, Attributes attributes) Return the list of applicable patterns for thisInterpreter.lookupImplicitAction
(ElementPath elementPath, Attributes attributes, InterpretationContext ec) Check if any implicit actions are applicable.RuleStore.matchActions
(ElementPath elementPath) Return a list of actions matching a pattern.SimpleRuleStore.matchActions
(ElementPath elementPath) SimpleRuleStore.middleMatch
(ElementPath path) SimpleRuleStore.prefixMatch
(ElementPath elementPath) SimpleRuleStore.suffixMatch
(ElementPath elementPath) Methods in ch.qos.logback.core.joran.spi with parameters of type ActionModifier and TypeMethodDescriptionvoid
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 ActionModifier and TypeMethodDescription(package private) void
Interpreter.callBeginAction
(List<Action> applicableActionList, String tagName, Attributes atts) private void
Interpreter.callBodyAction
(List<Action> applicableActionList, String body) private void
Interpreter.callEndAction
(List<Action> applicableActionList, String tagName) -
Uses of Action in chapters.onJoran
Fields in chapters.onJoran with type parameters of type ActionModifier and TypeFieldDescription(package private) final Map
<ElementSelector, Action> SimpleConfigurator.ruleMap
Constructor parameters in chapters.onJoran with type arguments of type ActionModifierConstructorDescriptionSimpleConfigurator
(Map<ElementSelector, Action> ruleMap) SimpleConfigurator
(Map<ElementSelector, Action> ruleMap, List<ImplicitAction> iaList) -
Uses of Action in chapters.onJoran.calculator
Subclasses of Action in chapters.onJoran.calculatorModifier and TypeClassDescriptionclass
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 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 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
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
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.helloWorldModifier and TypeClassDescriptionclass
A trivial action that writes "Hello world" on the console. -
Uses of Action in chapters.onJoran.implicit
Subclasses of Action in chapters.onJoran.implicitModifier and TypeClassDescriptionclass
No operation (NOP) action that does strictly nothing.class
A rather trivial implicit action which is applicable if an element has a printme attribute set to true.