|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IClassInstantiator
Used to instantiate a given class.
Method Summary | |
---|---|
Object |
newInstance(Class<?> clazz)
Return a new instance of the specified class. |
Method Detail |
---|
Object newInstance(Class<?> clazz) throws InstantiationException
ObjectInputStream.readObject()
which is JVM specific.
clazz
- class to instantiate
InstantiationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |