fr.esrf.tangoatk.util
Class BeanPropertyVerifier

java.lang.Object
  extended by fr.esrf.tangoatk.util.BeanPropertyVerifier

public class BeanPropertyVerifier
extends java.lang.Object


Constructor Summary
BeanPropertyVerifier(java.lang.String beanName, java.lang.String beanInfoName)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 java.lang.String stripQualifier(java.lang.String methodName)
           
 boolean verify()
           
 boolean verifyProperties()
           
 boolean verifyReadMethod(java.lang.reflect.Method method)
           
 boolean verifyWriteMethod(java.lang.reflect.Method method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanPropertyVerifier

public BeanPropertyVerifier(java.lang.String beanName,
                            java.lang.String beanInfoName)
                     throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

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