ch.qos.logback.core.joran.util
Class PropertyDescriptor
java.lang.Object
ch.qos.logback.core.joran.util.PropertyDescriptor
public class PropertyDescriptor
- extends Object
A PropertyDescriptor describes a particular property that a class
exports via a pair of accessor methods.
- Author:
- Anthony K. Trinh
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyDescriptor
public PropertyDescriptor(String name)
getName
public String getName()
getWriteMethod
public Method getWriteMethod()
setWriteMethod
public void setWriteMethod(Method writeMethod)
getReadMethod
public Method getReadMethod()
setReadMethod
public void setReadMethod(Method readMethod)
getPropertyType
public Class<?> getPropertyType()
setPropertyType
public void setPropertyType(Class<?> type)
Copyright © 2005-2013 QOS.ch. All Rights Reserved.