java.lang.Object
ch.qos.logback.core.joran.action.ActionUtil
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic voidsetProperty(ContextAwarePropertyContainer ic, String key, String value, ActionUtil.Scope scope) static ActionUtil.ScopestringToScope(String scopeStr) Convert a string into a scope. 
- 
Constructor Details
- 
ActionUtil
public ActionUtil() 
 - 
 - 
Method Details
- 
stringToScope
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)  
 -