java.lang.Object
ch.qos.logback.core.model.ModelUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
resetForReuse
(Model model) static void
setProperties
(ModelInterpretationContext mic, Properties props, ActionUtil.Scope scope) Deprecated.static void
setProperty
(ModelInterpretationContext mic, String key, String value, ActionUtil.Scope scope)
-
Constructor Details
-
ModelUtil
public ModelUtil()
-
-
Method Details
-
resetForReuse
-
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.
-
PropertyModelHandlerHelper.setProperties(ch.qos.logback.core.spi.ContextAwarePropertyContainer, java.util.Properties, ch.qos.logback.core.joran.action.ActionUtil.Scope)