Uses of Interface
ch.qos.logback.core.spi.ContextAwarePropertyContainer
Packages that use ContextAwarePropertyContainer
Package
Description
- 
Uses of ContextAwarePropertyContainer in ch.qos.logback.classic.model.processorMethods in ch.qos.logback.classic.model.processor with parameters of type ContextAwarePropertyContainerModifier and TypeMethodDescriptionvoidPropertiesConfiguratorModelHandler.detachedHandle(ContextAwarePropertyContainer capc, Model model) Used byPropertiesConfiguratorModelHandler.handle(ModelInterpretationContext, Model)as well as logback-tyler.protected InputStreamPropertiesConfiguratorModelHandler.getInputStream(ContextAwarePropertyContainer capc, ResourceModel resourceModel) 
- 
Uses of ContextAwarePropertyContainer in ch.qos.logback.classic.tylerClasses in ch.qos.logback.classic.tyler that implement ContextAwarePropertyContainer
- 
Uses of ContextAwarePropertyContainer in ch.qos.logback.core.joran.actionMethods in ch.qos.logback.core.joran.action with parameters of type ContextAwarePropertyContainerModifier and TypeMethodDescriptionstatic voidActionUtil.setProperty(ContextAwarePropertyContainer ic, String key, String value, ActionUtil.Scope scope) 
- 
Uses of ContextAwarePropertyContainer in ch.qos.logback.core.model.processorClasses in ch.qos.logback.core.model.processor that implement ContextAwarePropertyContainerMethods in ch.qos.logback.core.model.processor with parameters of type ContextAwarePropertyContainerModifier and TypeMethodDescriptionIncludeModelHandler.buildModelFromIncludedFile(ContextAwarePropertyContainer capc, IncludeModel includeModel) This method is called by logback-tyler at TylerConfigurator run-time.voidInsertFromJNDIModelHandler.detachedHandle(ContextAwarePropertyContainer capc, InsertFromJNDIModel ifjm) protected URLResourceHandlerBase.getInputURL(ContextAwarePropertyContainer contextAwarePropertyContainer, ResourceModel resourceModel) 
- 
Uses of ContextAwarePropertyContainer in ch.qos.logback.core.model.utilClasses in ch.qos.logback.core.model.util that implement ContextAwarePropertyContainerModifier and TypeClassDescriptionclassHelper methods to deal with properties.Methods in ch.qos.logback.core.model.util with parameters of type ContextAwarePropertyContainerModifier and TypeMethodDescriptionvoidPropertyModelHandlerHelper.handlePropertyModel(ContextAwarePropertyContainer capc, PropertyModel propertyModel) Given aPropertyModelinject relevant properties into the givenContextAwarePropertyContainerparameter.voidPropertyModelHandlerHelper.handlePropertyModel(ContextAwarePropertyContainer capcm, String nameStr, String valueStr, String fileStr, String resourceStr, String scopeStr) Given aPropertyModelinject relevant properties into the givenContextAwarePropertyContainerparameter.static voidPropertyModelHandlerHelper.loadAndSetProperties(ContextAwarePropertyContainer capc, InputStream istream, ActionUtil.Scope scope) static voidPropertyModelHandlerHelper.setProperties(ContextAwarePropertyContainer capc, Properties props, ActionUtil.Scope scope) Add all the properties found in the argument named 'props' to an InterpretationContext.static voidPropertyModelHandlerHelper.setProperty(ContextAwarePropertyContainer capc, String key, String value, ActionUtil.Scope scope) Add all the properties found in the argument named 'props' to an InterpretationContext.