net.sf.genuine.tools
Class Reflection

java.lang.Object
  extended bynet.sf.genuine.tools.Reflection

public class Reflection
extends java.lang.Object

Provides helper methods for reflection usage.

Author:
Tim Wellhausen

Constructor Summary
Reflection()
           
 
Method Summary
static java.lang.Object createObject(java.lang.String className)
          Creates an instance of the class whose name is passed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Reflection

public Reflection()
Method Detail

createObject

public static java.lang.Object createObject(java.lang.String className)
                                     throws OperationFailedException
Creates an instance of the class whose name is passed.

Throws:
OperationFailedException