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 TypeClassDescriptionclassclassclassclassInsert an env-entry found in JNDI as a new context variableclassclassAction to handle theelement nested within element. classAction which handleselements in configuration files. classclassA JoranActionfor aSocketReceiverconfiguration.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 TypeClassDescriptionclassclassclassclassclassclassInstantiate class for define property value.classImplcitActions are like normal (explicit) actions except that are applied by the parser when no other pattern applies.classclassThis 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.classThis action is responsible for tying together a parent object with a child element for which there is no explicit rule.classclassNo operation (NOP) action that does strictly nothing.classclassThis class serves as a base for other actions, which similar to the ANTtask which add/set properties of a given object. classAction which handleselements in configuration files. classclassGiven 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 TypeClassDescriptionclassclassclassclass -
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.actionListStackTheactionListStack contains a list of actions that are executing for the given XML element.Interpreter.EMPTY_LIST(package private) HashMap<ElementSelector, List<Action>> SimpleRuleStore.rulesMethods 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 TypeMethodDescriptionvoidRuleStore.addRule(ElementSelector elementSelector, Action action) Add a new rule, given by a pattern and an action instance.voidSimpleRuleStore.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) voidInterpreter.callBeginAction(List<Action> applicableActionList, String tagName, Attributes atts) private voidInterpreter.callBodyAction(List<Action> applicableActionList, String body) private voidInterpreter.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.ruleMapConstructor 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 TypeClassDescriptionclassThis action adds the two integers at the top of the stack (they are removed) and pushes the result to the top the stack.classComputationAction1 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.classComputationAction2 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.classThis 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.classThis 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 TypeClassDescriptionclassA trivial action that writes "Hello world" on the console. -
Uses of Action in chapters.onJoran.implicit
Subclasses of Action in chapters.onJoran.implicitModifier and TypeClassDescriptionclassNo operation (NOP) action that does strictly nothing.classA rather trivial implicit action which is applicable if an element has a printme attribute set to true.