gshute.util
Class ListGenerators

java.lang.Object
  |
  +--gshute.util.ListGenerators

public class ListGenerators
extends java.lang.Object

FIXME - add documentation.


Method Summary
static ListGenerator getClassMethodsGenerator(boolean all)
           
static ListGenerator getFixedClassGenerator(java.lang.String[] names)
           
static ListGenerator getFixedObjectGenerator(java.lang.Object[] lst)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFixedObjectGenerator

public static ListGenerator getFixedObjectGenerator(java.lang.Object[] lst)

getFixedClassGenerator

public static ListGenerator getFixedClassGenerator(java.lang.String[] names)
                                            throws java.lang.ClassNotFoundException

getClassMethodsGenerator

public static ListGenerator getClassMethodsGenerator(boolean all)