Uses of Class
ch.qos.logback.core.joran.action.Action
Packages that use Action
Package
Description
The ch.qos.logback.core.db package provides bases classes to append objects
into various databases.
-
Uses of Action in ch.qos.logback.core.db
Subclasses of Action in ch.qos.logback.core.db -
Uses of Action in ch.qos.logback.core.joran.action
Subclasses of Action in ch.qos.logback.core.joran.actionModifier and TypeClassDescriptionclassclassclassclassclassclassCreatesDefineModelinstance and populate its name, className and scope.classclassAction dealing with elements corresponding to implicit rules.classclassclassNo operation (NOP) action that does strictly nothing.classclassThis class serves to build a model for properties which are to the ANT <property> task which add/set properties of a given object.classAction which handles <sequenceNumberGenerator> elements in configuration files.classAction which buildsShutdownHookModelbased on <shutdownHook> elements found 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.spi
Methods in ch.qos.logback.core.joran.spi that return types with arguments of type ActionModifier and TypeMethodDescriptionRuleStore.matchActions(ElementPath elementPath)Return a list of actions matching a pattern.SimpleRuleStore.matchActions(ElementPath elementPath)Methods in ch.qos.logback.core.joran.spi with parameters of type ActionModifier and TypeMethodDescriptionvoidSaxEventInterpreter.addImplicitAction(Action ia)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 ActionModifier and TypeMethodDescriptionvoidSaxEventInterpreter.addImplicitActions(List<Action> actionList)