Package ch.qos.logback.core.model
Class ModelUtil
java.lang.Object
ch.qos.logback.core.model.ModelUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
resetForReuse
(Model model) static void
setProperties
(ModelInterpretationContext ic, Properties props, ActionUtil.Scope scope) Add all the properties found in the argument named 'props' to an InterpretationContext.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.
-
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.
-