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 classConfigurationActionclassEvaluatorAction -
Uses of Action in ch.qos.logback.access.sift
Subclasses of Action in ch.qos.logback.access.sift Modifier and Type Class Description classSiftAction -
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 classConfigurationActionclassConsolePluginActionclassContextNameActionclassInsertFromJNDIActionInsert an env-entry found in JNDI as a new context variableclassJMXConfiguratorActionclassLevelActionAction to handle theelement nested within element. classLoggerActionAction which handleselements in configuration files. classLoggerContextListenerActionclassReceiverActionA JoranActionfor aSocketReceiverconfiguration.classRootLoggerAction -
Uses of Action in ch.qos.logback.classic.sift
Subclasses of Action in ch.qos.logback.classic.sift Modifier and Type Class Description classSiftAction -
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 classAbstractEventEvaluatorActionclassAppenderAction<E>classAppenderRefAction<E>classContextPropertyActionclassConversionRuleActionclassDefinePropertyActionInstantiate class for define property value.classImplicitActionImplcitActions are like normal (explicit) actions except that are applied by the parser when no other pattern applies.classIncludeActionclassNestedBasicPropertyIAThis 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.classNestedComplexPropertyIAThis action is responsible for tying together a parent object with a child element for which there is no explicit rule.classNewRuleActionclassNOPActionNo operation (NOP) action that does strictly nothing.classParamActionclassPropertyActionThis class serves as a base for other actions, which similar to the ANTtask which add/set properties of a given object. classShutdownHookActionAction which handleselements in configuration files. classStatusListenerActionclassTimestampActionGiven 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 classElseActionclassIfActionclassThenActionclassThenOrElseActionBase -
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. actionListStackTheactionListStack 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. rulesMethods 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 voidRuleStore. 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 Action Modifier and Type Method Description (package private) voidInterpreter. callBeginAction(java.util.List<Action> applicableActionList, java.lang.String tagName, org.xml.sax.Attributes atts)private voidInterpreter. callBodyAction(java.util.List<Action> applicableActionList, java.lang.String body)private voidInterpreter. 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. ruleMapConstructor 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 classAddActionThis action adds the two integers at the top of the stack (they are removed) and pushes the result to the top the stack.classComputationAction1ComputationAction1 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.classComputationAction2ComputationAction2 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.classLiteralActionThis 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.classMultiplyActionThis 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 classHelloWorldActionA 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 classNOPActionNo operation (NOP) action that does strictly nothing.classPrintMeImplicitActionA rather trivial implicit action which is applicable if an element has a printme attribute set to true.
-