Uses of Class
ch.qos.logback.core.joran.action.Action
-
Packages that use Action Package Description ch.qos.logback.classic.joran.action ch.qos.logback.classic.sift ch.qos.logback.core.joran.action ch.qos.logback.core.joran.conditional ch.qos.logback.core.joran.spi -
-
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 classConfigurationActionclassConsolePluginActionclassContextNameActionclassEvaluatorActionclassInsertFromJNDIActionInsert 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)
-