|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.hunsicker.util.Helper
public final class Helper
A few asorted helper routines.
Method Summary | |
---|---|
static java.lang.Class |
loadClass(java.lang.String name,
java.lang.Object o)
Loads the class with the specified name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.Class loadClass(java.lang.String name, java.lang.Object o) throws java.lang.ClassNotFoundException
name
- the name of the class.o
- the object which classloader should be used.
Class
object.
java.lang.ClassNotFoundException
- if the class was not found.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |