Uses of Interface
ch.qos.logback.core.spi.ContextAwarePropertyContainer
Packages that use ContextAwarePropertyContainer
Package
Description
Contains model processors for handling configuration model objects.
Contains components for Logback Tyler configuration management and monitoring.
Contains Joran Action classes which transform XML elements into Model instances.
Contains model processors for handling configuration model objects.
Contains utility classes for configuration model operations.
-
Uses of ContextAwarePropertyContainer in ch.qos.logback.classic.model.processor
Methods in ch.qos.logback.classic.model.processor with parameters of type ContextAwarePropertyContainerModifier and TypeMethodDescriptionvoidPropertiesConfiguratorModelHandler.detachedHandle(ContextAwarePropertyContainer capc, Model model, Boolean topScanBoolean) 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.tyler
Classes in ch.qos.logback.classic.tyler that implement ContextAwarePropertyContainer -
Uses of ContextAwarePropertyContainer in ch.qos.logback.core.joran.action
Methods 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.processor
Classes 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, URL topURL, Boolean topScan, 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.util
Classes 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.