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

java.lang.Object
  extended by 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

Constructor Summary
PropertyDescriptor(String name)
           
 
Method Summary
 String getName()
           
 Class<?> getPropertyType()
           
 Method getReadMethod()
           
 Method getWriteMethod()
           
 void setPropertyType(Class<?> type)
           
 void setReadMethod(Method readMethod)
           
 void setWriteMethod(Method writeMethod)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyDescriptor

public PropertyDescriptor(String name)
Method Detail

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.