|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opensubsystems.core.util.ClassUtils
public final class ClassUtils
Set of utilities to work with classes.
| Method Summary | |
|---|---|
static java.lang.Object |
createNewInstance(java.lang.Class templateClass)
Create new instance of the class |
static java.lang.Object |
createNewInstance(java.lang.String strClassName)
Create new instance of the class |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.lang.Object createNewInstance(java.lang.String strClassName)
throws OSSException
strClassName - - identifier of the class for which new instance
should be created
OSSException - - an error has occured
public static java.lang.Object createNewInstance(java.lang.Class templateClass)
throws OSSException
templateClass - - identifier of the class for which new instance
should be created
OSSException - - an error has occured
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||