Package ch.qos.logback.core.model
Class ModelUtil
java.lang.Object
ch.qos.logback.core.model.ModelUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidresetForReuse(Model model) static voidsetProperties(ModelInterpretationContext ic, Properties props, ActionUtil.Scope scope) Add all the properties found in the argument named 'props' to an InterpretationContext.static voidsetProperty(ModelInterpretationContext mic, String key, String value, ActionUtil.Scope scope) Add all the properties found in the argument named 'props' to an InterpretationContext.
-
Constructor Details
-
ModelUtil
public ModelUtil()
-
-
Method Details
-
resetForReuse
-
setProperty
public static void setProperty(ModelInterpretationContext mic, String key, String value, ActionUtil.Scope scope) Add all the properties found in the argument named 'props' to an InterpretationContext. -
setProperties
public static void setProperties(ModelInterpretationContext ic, Properties props, ActionUtil.Scope scope) Add all the properties found in the argument named 'props' to an InterpretationContext.
-