|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jowidgets.classloading.api.SharedClassLoader
public final class SharedClassLoader
| Method Summary | |
|---|---|
static void |
addClassLoader(ClassLoader classLoader)
Adds a class loader to the shared class loader |
static void |
addClassLoader(IClassLoaderReference classLoaderReference)
Adds a class loader to the shared class loader |
static ClassLoader |
getCompositeClassLoader()
Gets the composite class loader that uses all registered class loaders to resolve the class to load. |
static ISharedClassLoader |
getInstance()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ISharedClassLoader getInstance()
public static void addClassLoader(IClassLoaderReference classLoaderReference)
classLoaderReference - The class loader reference to addpublic static void addClassLoader(ClassLoader classLoader)
classLoader - The class loader to addpublic static ClassLoader getCompositeClassLoader()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||