|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.objectweb.jorm.util.lib.BasicClassLoader
The BasicClassLoader object defines methods to load class.
| Constructor Summary | |
BasicClassLoader()
Deprecated. |
|
| Method Summary | |
java.lang.Object |
load(java.lang.String classToLoad)
Deprecated. Loads a given class in the current environment. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BasicClassLoader()
| Method Detail |
public java.lang.Object load(java.lang.String classToLoad)
throws java.lang.Exception
classToLoad - the name of the class to load (without the .class
suffix)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||