- java.lang.Object
-
- ch.qos.logback.core.joran.action.ActionUtil
-
public class ActionUtil extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classActionUtil.Scope
-
Constructor Summary
Constructors Constructor Description ActionUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidsetProperty(ContextAwarePropertyContainer ic, String key, String value, ActionUtil.Scope scope)static ActionUtil.ScopestringToScope(String scopeStr)Convert a string into a scope.
-
-
-
Constructor Detail
-
ActionUtil
public ActionUtil()
-
-
Method Detail
-
stringToScope
public static ActionUtil.Scope stringToScope(String scopeStr)
Convert a string into a scope. Scope.LOCAL is returned by default.- Parameters:
scopeStr-- Returns:
- a scope corresponding to the input string; Scope.LOCAL by default.
-
setProperty
public static void setProperty(ContextAwarePropertyContainer ic, String key, String value, ActionUtil.Scope scope)
-
-