bb.misc
Class MiscFactory

java.lang.Object
  extended by bb.misc.MiscFactory

public class MiscFactory
extends Object

Offers a public hook for classes outside this package (e.g. ReflectUtil) to create instances of the otherwise inacessible ClassToReflectOn.

This class is not multithread safe.

Author:
Brent Boyer

Constructor Summary
MiscFactory()
           
 
Method Summary
static Object createClassToReflectOn()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MiscFactory

public MiscFactory()
Method Detail

createClassToReflectOn

public static Object createClassToReflectOn()