Uses of Class
ch.qos.logback.core.joran.util.PropertyDescriptor

Packages that use PropertyDescriptor
ch.qos.logback.core.joran.util   
 

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

Fields in ch.qos.logback.core.joran.util declared as PropertyDescriptor
protected  PropertyDescriptor[] PropertySetter.propertyDescriptors
           
 

Methods in ch.qos.logback.core.joran.util that return PropertyDescriptor
protected  PropertyDescriptor PropertySetter.getPropertyDescriptor(String name)
           
static PropertyDescriptor[] Introspector.getPropertyDescriptors(Class<?> clazz)
          Gets a class's property descriptors.
 

Methods in ch.qos.logback.core.joran.util with parameters of type PropertyDescriptor
 void PropertySetter.setProperty(PropertyDescriptor prop, String name, String value)
          Set the named property given a PropertyDescriptor.
 



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