Uses of Class
ch.qos.logback.core.joran.action.ActionUtil.Scope
-
Packages that use ActionUtil.Scope Package Description ch.qos.logback.classic.tyler Contains components for Logback Tyler configuration management and monitoring.ch.qos.logback.core.joran.action Contains Joran Action classes which transform XML elements into Model instances.ch.qos.logback.core.model Contains Model classes which are the internal representation of configuration elements, independent of XML.ch.qos.logback.core.model.util Contains utility classes for configuration model operations. -
-
Uses of ActionUtil.Scope in ch.qos.logback.classic.tyler
Methods in ch.qos.logback.classic.tyler with parameters of type ActionUtil.Scope Modifier and Type Method Description voidVariableModelHelper. setProperties(Properties props, ActionUtil.Scope scope)voidVariableModelHelper. setProperty(String key, String value, ActionUtil.Scope scope) -
Uses of ActionUtil.Scope in ch.qos.logback.core.joran.action
Methods in ch.qos.logback.core.joran.action that return ActionUtil.Scope Modifier and Type Method Description static ActionUtil.ScopeActionUtil. stringToScope(String scopeStr)Convert a string into a scope.static ActionUtil.ScopeActionUtil.Scope. valueOf(String name)Returns the enum constant of this type with the specified name.static ActionUtil.Scope[]ActionUtil.Scope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ch.qos.logback.core.joran.action with parameters of type ActionUtil.Scope Modifier and Type Method Description static voidActionUtil. setProperty(ContextAwarePropertyContainer ic, String key, String value, ActionUtil.Scope scope) -
Uses of ActionUtil.Scope in ch.qos.logback.core.model
Methods in ch.qos.logback.core.model with parameters of type ActionUtil.Scope Modifier and Type Method Description static voidModelUtil. setProperties(ModelInterpretationContext mic, Properties props, ActionUtil.Scope scope)static voidModelUtil. setProperty(ModelInterpretationContext mic, String key, String value, ActionUtil.Scope scope) -
Uses of ActionUtil.Scope in ch.qos.logback.core.model.util
Methods in ch.qos.logback.core.model.util with parameters of type ActionUtil.Scope Modifier and Type Method Description static voidPropertyModelHandlerHelper. loadAndSetProperties(ContextAwarePropertyContainer capc, InputStream istream, ActionUtil.Scope scope)static voidPropertyModelHandlerHelper. setProperties(ContextAwarePropertyContainer capc, Properties props, ActionUtil.Scope scope)Add all the properties found in the argument named 'props' to an InterpretationContext.static voidPropertyModelHandlerHelper. setProperty(ContextAwarePropertyContainer capc, String key, String value, ActionUtil.Scope scope)Add all the properties found in the argument named 'props' to an InterpretationContext.
-