|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jimmc.util.ClassUtil
Utility methods for dealing with Classes.
Constructor Summary | |
ClassUtil()
|
Method Summary | |
static java.lang.Object |
newInstance(java.lang.String className,
java.lang.Class superClass)
Create a new instance of a named class, verifying that it is a subclass of (or identical to) the given superclass. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ClassUtil()
Method Detail |
public static java.lang.Object newInstance(java.lang.String className, java.lang.Class superClass)
className
- The name of the class of the instance to create.superClass
- The reference class.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |