Uses of Interface
ch.qos.logback.core.spi.ContextAwarePropertyContainer
Package
Description
-
Uses of ContextAwarePropertyContainer in ch.qos.logback.classic.model.processor
Modifier and TypeMethodDescriptionvoid
PropertiesConfiguratorModelHandler.detachedHandle
(ContextAwarePropertyContainer capc, Model model) Used byPropertiesConfiguratorModelHandler.handle(ModelInterpretationContext, Model)
as well as logback-tyler.protected InputStream
PropertiesConfiguratorModelHandler.getInputStream
(ContextAwarePropertyContainer capc, ResourceModel resourceModel) -
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
Modifier and TypeMethodDescriptionIncludeModelHandler.buildModelFromIncludedFile
(ContextAwarePropertyContainer capc, IncludeModel includeModel) This method is called by logback-tyler at TylerConfigurator run-time.void
InsertFromJNDIModelHandler.detachedHandle
(ContextAwarePropertyContainer capc, InsertFromJNDIModel ifjm) protected URL
ResourceHandlerBase.getInputURL
(ContextAwarePropertyContainer contextAwarePropertyContainer, ResourceModel resourceModel) -
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.