- java.lang.Object
-
- ch.qos.logback.core.model.ModelUtil
-
-
Constructor Summary
Constructors Constructor Description ModelUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static voidresetForReuse(Model model)static voidsetProperties(ModelInterpretationContext mic, Properties props, ActionUtil.Scope scope)static voidsetProperty(ModelInterpretationContext mic, String key, String value, ActionUtil.Scope scope)
-
-
-
Constructor Detail
-
ModelUtil
public ModelUtil()
-
-
Method Detail
-
resetForReuse
public static void resetForReuse(Model model)
-
setProperty
@Deprecated public static void setProperty(ModelInterpretationContext mic, String key, String value, ActionUtil.Scope scope)
Deprecated.Add all the properties found in the argument named 'props' to an ModelInterpretationContext.
-
setProperties
@Deprecated public static void setProperties(ModelInterpretationContext mic, Properties props, ActionUtil.Scope scope)
Deprecated.Add all the properties found in the argument named 'props' to an ModelInterpretationContext.
-
-