org.aeonscope.lang.reflect
Class ReflectKit
java.lang.Object
org.aeonscope.lang.reflect.ReflectKit
public class ReflectKit
- extends Object
General utilities for class reflection.
- Author:
- Brooke Kuhlmann
|
Method Summary |
static Object |
getInstance(String className)
Answers a new object instance constructed with no parameters. |
ReflectKit
public ReflectKit()
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.