|
|||||||||
| 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(IClassLoader classLoader)
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()
|
static void |
removeClassLoader(IClassLoader classLoader)
Removes a class loader from the shared class loader |
| 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(IClassLoader classLoader)
classLoader - The class loader to addpublic static void removeClassLoader(IClassLoader classLoader)
classLoader - The class loader to removepublic static ClassLoader getCompositeClassLoader()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||