|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.guiceyfruit.jndi.internal.Classes
public class Classes
Constructor Summary | |
---|---|
Classes()
|
Method Summary | |
---|---|
static java.lang.Class<?> |
loadClass(java.lang.String name,
java.lang.ClassLoader loader)
Attempts to load the class of the given name from the thread context class loader first then the given class loader second |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Classes()
Method Detail |
---|
public static java.lang.Class<?> loadClass(java.lang.String name, java.lang.ClassLoader loader) throws java.lang.ClassNotFoundException
name
- the name of the classloader
- the class loader to use if the thread context class loader cannot find the class
java.lang.ClassNotFoundException
- if the class could not be found
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |