Uses of Interface
ch.qos.logback.core.spi.ContextAwarePropertyContainer
-
Packages that use ContextAwarePropertyContainer Package Description ch.qos.logback.classic.model.processor Contains model processors for handling configuration model objects.ch.qos.logback.classic.tyler Contains components for Logback Tyler configuration management and monitoring.ch.qos.logback.core.joran.action Contains Joran Action classes which transform XML elements into Model instances.ch.qos.logback.core.model.processor Contains model processors for handling configuration model objects.ch.qos.logback.core.model.util 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 ContextAwarePropertyContainer Modifier and Type Method Description voidPropertiesConfiguratorModelHandler. 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 Modifier and Type Class Description classTylerConfiguratorBase -
Uses of ContextAwarePropertyContainer in ch.qos.logback.core.joran.action
Methods in ch.qos.logback.core.joran.action with parameters of type ContextAwarePropertyContainer Modifier and Type Method Description static 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 ContextAwarePropertyContainer Modifier and Type Class Description classModelInterpretationContextMethods in ch.qos.logback.core.model.processor with parameters of type ContextAwarePropertyContainer Modifier and Type Method Description ModelIncludeModelHandler. 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 ContextAwarePropertyContainer Modifier and Type Class Description classVariableSubstitutionsHelperHelper methods to deal with properties.Methods in ch.qos.logback.core.model.util with parameters of type ContextAwarePropertyContainer Modifier and Type Method Description voidPropertyModelHandlerHelper. 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.
-