fr.esrf.tangoatk.util
Class BeanPropertyVerifier
java.lang.Object
fr.esrf.tangoatk.util.BeanPropertyVerifier
public class BeanPropertyVerifier
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeanPropertyVerifier
public BeanPropertyVerifier(java.lang.String beanName,
java.lang.String beanInfoName)
throws java.lang.Exception
- Throws:
java.lang.Exception
verify
public boolean verify()
stripQualifier
public java.lang.String stripQualifier(java.lang.String methodName)
verifyProperties
public boolean verifyProperties()
verifyReadMethod
public boolean verifyReadMethod(java.lang.reflect.Method method)
verifyWriteMethod
public boolean verifyWriteMethod(java.lang.reflect.Method method)
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception