Uses of Interface
ch.qos.logback.core.spi.ContextAwarePropertyContainer
Package
Description
-
Uses of ContextAwarePropertyContainer in ch.qos.logback.classic.tyler
-
Uses of ContextAwarePropertyContainer in ch.qos.logback.core.joran.action
Modifier and TypeMethodDescriptionstatic void
ActionUtil.setProperty
(ContextAwarePropertyContainer ic, String key, String value, ActionUtil.Scope scope) -
Uses of ContextAwarePropertyContainer in ch.qos.logback.core.model.processor
-
Uses of ContextAwarePropertyContainer in ch.qos.logback.core.model.util
Modifier and TypeClassDescriptionclass
Helper methods to deal with properties.Modifier and TypeMethodDescriptionvoid
PropertyModelHandlerHelper.handlePropertyModel
(ContextAwarePropertyContainer capc, PropertyModel propertyModel) Given aPropertyModel
inject relevant properties into the givenContextAwarePropertyContainer
parameter.void
PropertyModelHandlerHelper.handlePropertyModel
(ContextAwarePropertyContainer capcm, String nameStr, String valueStr, String fileStr, String resourceStr, String scopeStr) Given aPropertyModel
inject relevant properties into the givenContextAwarePropertyContainer
parameter.static void
PropertyModelHandlerHelper.loadAndSetProperties
(ContextAwarePropertyContainer capc, InputStream istream, ActionUtil.Scope scope) static void
PropertyModelHandlerHelper.setProperties
(ContextAwarePropertyContainer capc, Properties props, ActionUtil.Scope scope) Add all the properties found in the argument named 'props' to an InterpretationContext.static void
PropertyModelHandlerHelper.setProperty
(ContextAwarePropertyContainer capc, String key, String value, ActionUtil.Scope scope) Add all the properties found in the argument named 'props' to an InterpretationContext.