uchicago.src.reflector
Class MethodFactory

java.lang.Object
  extended by uchicago.src.reflector.MethodFactory

public class MethodFactory
extends java.lang.Object

Version:
$Revision: 1.5 $ $Date: 2004/11/03 19:51:05 $
Author:
Nick Collier

Method Summary
 java.util.Hashtable findGetMethods(java.lang.Class clazz, java.util.ArrayList list)
           
 java.util.TreeMap getAccessorMethods(java.lang.Class clazz, java.lang.String[] props)
           
static MethodFactory getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static MethodFactory getInstance()

getAccessorMethods

public java.util.TreeMap getAccessorMethods(java.lang.Class clazz,
                                            java.lang.String[] props)
                                     throws java.beans.IntrospectionException
Throws:
java.beans.IntrospectionException

findGetMethods

public java.util.Hashtable findGetMethods(java.lang.Class clazz,
                                          java.util.ArrayList list)
                                   throws java.beans.IntrospectionException
Throws:
java.beans.IntrospectionException