RePast
v. 2.0

uchicago.src.reflector
Class MethodFactory

java.lang.Object
  |
  +--uchicago.src.reflector.MethodFactory

public class MethodFactory
extends Object


Method Summary
 Hashtable findGetMethods(Class clazz, ArrayList list)
           
 TreeMap getAccessorMethods(Class clazz, 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 TreeMap getAccessorMethods(Class clazz,
                                  String[] props)
                           throws IntrospectionException
IntrospectionException

findGetMethods

public Hashtable findGetMethods(Class clazz,
                                ArrayList list)
                         throws IntrospectionException
IntrospectionException

RePast
v. 2.0

Bug reports and feature requests to RePast