|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.util.loader.ClassUtils
public final class ClassUtils
The ClassUtils
class is the central point used to load classes.
Constructor Summary | |
---|---|
private |
ClassUtils()
Default constructor. |
Method Summary | |
---|---|
static java.lang.Class |
forName(java.lang.String className)
Look up the class in the Tread Context ClassLoader and in the "current" ClassLoader. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
private ClassUtils()
Method Detail |
---|
public static java.lang.Class forName(java.lang.String className) throws java.lang.ClassNotFoundException
className
- The class name to load
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 |