|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.castor.jdo.util.ClassLoadingUtils
Common static methods for Castor JDO related to class loading.
| Method Summary | |
static java.lang.Class |
loadClass(java.lang.ClassLoader classLoader,
java.lang.String classname)
Loads a class with a given 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.ClassLoader classLoader,
java.lang.String classname)
throws java.lang.ClassNotFoundException
classLoader - The class loader to use; null if the default class loader
should be used.classname - Name of the class to be loaded.
java.lang.ClassNotFoundException - If the given class can not be loaded.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||