Uses of Class
ch.qos.logback.core.joran.spi.DefaultNestedComponentRegistry

Packages that use DefaultNestedComponentRegistry
ch.qos.logback.core.joran Contains Joran configuration classes. 
ch.qos.logback.core.joran.spi   
ch.qos.logback.core.joran.util   
ch.qos.logback.core.net.ssl Contains classes that create and configure a JSSE SSLContext needed for secure transport of logging events by SSLSocketAppender. 
 

Uses of DefaultNestedComponentRegistry in ch.qos.logback.core.joran
 

Methods in ch.qos.logback.core.joran with parameters of type DefaultNestedComponentRegistry
protected  void GenericConfigurator.addDefaultNestedComponentRegistryRules(DefaultNestedComponentRegistry registry)
           
 

Uses of DefaultNestedComponentRegistry in ch.qos.logback.core.joran.spi
 

Methods in ch.qos.logback.core.joran.spi that return DefaultNestedComponentRegistry
 DefaultNestedComponentRegistry InterpretationContext.getDefaultNestedComponentRegistry()
           
 

Uses of DefaultNestedComponentRegistry in ch.qos.logback.core.joran.util
 

Methods in ch.qos.logback.core.joran.util with parameters of type DefaultNestedComponentRegistry
 Class<?> PropertySetter.getClassNameViaImplicitRules(String name, AggregationType aggregationType, DefaultNestedComponentRegistry registry)
           
 

Uses of DefaultNestedComponentRegistry in ch.qos.logback.core.net.ssl
 

Methods in ch.qos.logback.core.net.ssl with parameters of type DefaultNestedComponentRegistry
static void SSLNestedComponentRegistryRules.addDefaultNestedComponentRegistryRules(DefaultNestedComponentRegistry registry)
           
 



Copyright © 2005-2014 QOS.ch. All Rights Reserved.