Uses of Class
ch.qos.logback.core.joran.action.Action
-
Packages that use Action Package Description ch.qos.logback.classic.joran.action Contains Joran action classes for processing XML configuration elements.ch.qos.logback.core.joran.action Contains Joran Action classes which transform XML elements into Model instances.ch.qos.logback.core.joran.conditional Contains conditional configuration processing support for Joran.ch.qos.logback.core.joran.spi Contains service provider interface classes for Joran configuration framework. -
-
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 variableclassLevelActionAction to handle theelement nested within element. classLoggerActionAction which handleselements in configuration files. classLoggerContextListenerActionclassPropertiesConfiguratorActionBuild anPropertiesConfiguratorModelinstance from SAX events.classRootLoggerAction -
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 classAppenderActionclassAppenderRefActionclassBaseModelActionclassContextPropertyActionclassConversionRuleActionclassDefinePropertyActionCreatesDefineModelinstance and populate its name, className and scope.classEventEvaluatorActionclassImplicitModelActionAction dealing with elements corresponding to implicit rules.classImportActionPopulatesImportModelbased on XML input.classIncludeActionBuild anIncludeModelinstance from SAX events.classNewRuleActionclassNOPActionNo operation (NOP) action that does strictly nothing.classParamActionclassPropertyActionThis class serves to build a model for properties which are to the ANT <property> task which add/set properties of a given object.classResourceActionAn action which builds subclass instances ofResourceModel.classSequenceNumberGeneratorActionAction which handles <sequenceNumberGenerator> elements in configuration files.classSerializeModelActionclassShutdownHookActionAction which buildsShutdownHookModelbased on <shutdownHook> elements found in configuration files.classSiftActionclassStatusListenerActionclassTimestampActionGiven 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 classByPropertiesConditionActionclassElseActionclassIfActionclassThenAction -
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 Action Modifier and Type Method Description Supplier<Action>RuleStore. matchActions(ElementPath elementPath)Return a list of actions matching a pattern.Supplier<Action>SimpleRuleStore. matchActions(ElementPath elementPath)Method parameters in ch.qos.logback.core.joran.spi with type arguments of type Action Modifier and Type Method Description voidRuleStore. 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. a pattern, action pair to the rule store.voidSaxEventInterpreter. setImplicitActionSupplier(Supplier<Action> actionSupplier)
-