ch.qos.logback.core.joran.action
Class ActionUtil

java.lang.Object
  extended by ch.qos.logback.core.joran.action.ActionUtil

public class ActionUtil
extends Object


Nested Class Summary
static class ActionUtil.Scope
           
 
Constructor Summary
ActionUtil()
           
 
Method Summary
static void setProperties(InterpretationContext ic, Properties props, ActionUtil.Scope scope)
          Add all the properties found in the argument named 'props' to an InterpretationContext.
static void setProperty(InterpretationContext ic, String key, String value, ActionUtil.Scope scope)
           
static ActionUtil.Scope stringToScope(String scopeStr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionUtil

public ActionUtil()
Method Detail

stringToScope

public static ActionUtil.Scope stringToScope(String scopeStr)

setProperty

public static void setProperty(InterpretationContext ic,
                               String key,
                               String value,
                               ActionUtil.Scope scope)

setProperties

public static void setProperties(InterpretationContext ic,
                                 Properties props,
                                 ActionUtil.Scope scope)
Add all the properties found in the argument named 'props' to an InterpretationContext.



Copyright © 2005-2013 QOS.ch. All Rights Reserved.