|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
ObjectExtensionUtil
public final class ExtensionUtil
Internal method used by the data grid to instantiate classes. This class should not be used elsewhere.
| Method Summary | |
|---|---|
static Object |
instantiateClass(Class clazz,
Class assignableFrom)
Utility method that helps instantiate a class used to extend the data grid. |
static Object |
instantiateClass(String className,
Class assignableFrom)
Utility method that helps instantiate a class used to extend the data grid. |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Object instantiateClass(String className,
Class assignableFrom)
className - the name of a class to instantiateassignableFrom - the type that should be assignable from an instance of type className
DataGridExtensionException - when an error occurs creating an instance of the class
public static Object instantiateClass(Class clazz,
Class assignableFrom)
clazz - the name of a class to instantiateassignableFrom - the type that should be assignable from an instance of type className
DataGridExtensionException - when an error occurs creating an instance of the class
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||