ch.qos.logback.core.joran.spi
Class DefaultNestedComponentRegistry
java.lang.Object
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ü
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultNestedComponentRegistry
public DefaultNestedComponentRegistry()
add
public void add(Class hostClass,
String propertyName,
Class componentClass)
findDefaultComponentType
public Class findDefaultComponentType(Class hostClass,
String propertyName)
Copyright © 2005-2013 QOS.ch. All Rights Reserved.