Uses of Class
ch.qos.logback.core.joran.action.Action
Packages that use Action
Package
Description
-
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.classPopulatesImportModelbased on XML input.classBuild anIncludeModelinstance from SAX events.classclassNo 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.classAn action which builds subclass instances ofResourceModel.classAction which handles <sequenceNumberGenerator> elements in configuration files.classclassAction which buildsShutdownHookModelbased on <shutdownHook> elements found in configuration files.classclassclassGiven 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 -
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) Method parameters in ch.qos.logback.core.joran.spi with type arguments of type ActionModifier and TypeMethodDescriptionvoidRuleStore.addRule(ElementSelector elementSelector, Supplier<Action> actionSupplier) Add a new rule, given by a pattern and an action instance.voidSimpleRuleStore.addRule(ElementSelector elementSelector, Supplier<Action> actionSupplier) Add a new rule, i.e.voidSaxEventInterpreter.setImplicitActionSupplier(Supplier<Action> actionSupplier)