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

java.lang.Object
  extended by ch.qos.logback.core.joran.spi.DefaultNestedComponentRegistry

public class DefaultNestedComponentRegistry
extends Object

A registry which maps a property in a host class to a default class.

Author:
Cek Gülcü

Constructor Summary
DefaultNestedComponentRegistry()
           
 
Method Summary
 void add(Class<?> hostClass, String propertyName, Class<?> componentClass)
           
 Class<?> findDefaultComponentType(Class<?> hostClass, String propertyName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultNestedComponentRegistry

public DefaultNestedComponentRegistry()
Method Detail

add

public void add(Class<?> hostClass,
                String propertyName,
                Class<?> componentClass)

findDefaultComponentType

public Class<?> findDefaultComponentType(Class<?> hostClass,
                                         String propertyName)


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