Uses of Enum
ch.qos.logback.core.joran.action.ActionUtil.Scope
Packages that use ActionUtil.Scope
-
Uses of ActionUtil.Scope in ch.qos.logback.core.joran.action
Fields in ch.qos.logback.core.joran.action declared as ActionUtil.ScopeMethods in ch.qos.logback.core.joran.action that return ActionUtil.ScopeModifier and TypeMethodDescriptionstatic ActionUtil.ScopeActionUtil.stringToScope(String scopeStr) Convert a string into a scope.static ActionUtil.ScopeReturns 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.ScopeModifier and TypeMethodDescription(package private) voidPropertyAction.loadAndSetProperties(InterpretationContext ec, InputStream istream, ActionUtil.Scope scope) static voidActionUtil.setProperties(InterpretationContext ic, Properties props, ActionUtil.Scope scope) Add all the properties found in the argument named 'props' to an InterpretationContext.static voidActionUtil.setProperty(InterpretationContext ic, String key, String value, ActionUtil.Scope scope)