org.aeonscope.lang.reflect
Class ReflectKit

java.lang.Object
  extended by org.aeonscope.lang.reflect.ReflectKit

public class ReflectKit
extends Object

General utilities for class reflection.

Author:
Brooke Kuhlmann

Constructor Summary
ReflectKit()
           
 
Method Summary
static Object getInstance(String className)
          Answers a new object instance constructed with no parameters.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectKit

public ReflectKit()
Method Detail

getInstance

public static Object getInstance(String className)
Answers a new object instance constructed with no parameters.

Parameters:
className - The full name of the class (including complete package name).
Returns:
The instantiated object, otherwise null.