Uses of Class
ch.qos.logback.core.joran.action.ActionUtil.Scope
-
Packages that use ActionUtil.Scope Package Description ch.qos.logback.core.joran.action -
-
Uses of ActionUtil.Scope in ch.qos.logback.core.joran.action
Fields in ch.qos.logback.core.joran.action declared as ActionUtil.Scope Modifier and Type Field Description (package private) ActionUtil.ScopeDefinePropertyAction. scopeMethods in ch.qos.logback.core.joran.action that return ActionUtil.Scope Modifier and Type Method Description static ActionUtil.ScopeActionUtil. stringToScope(java.lang.String scopeStr)Convert a string into a scope.static ActionUtil.ScopeActionUtil.Scope. valueOf(java.lang.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 (package private) voidPropertyAction. loadAndSetProperties(InterpretationContext ec, java.io.InputStream istream, ActionUtil.Scope scope)static voidActionUtil. setProperties(InterpretationContext ic, java.util.Properties props, ActionUtil.Scope scope)Add all the properties found in the argument named 'props' to an InterpretationContext.static voidActionUtil. setProperty(InterpretationContext ic, java.lang.String key, java.lang.String value, ActionUtil.Scope scope)
-