public interface ISharedClassLoader
Modifier and Type | Method and Description |
---|---|
void |
addClassLoader(IClassLoader classLoader)
Adds a class loader to the shared class loader
|
java.lang.ClassLoader |
getCompositeClassLoader()
Gets the composite class loader that uses all registered class loaders to resolve
the class to load.
|
void |
removeClassLoader(IClassLoader classLoader)
Removes a class loader from the shared class loader
|
void addClassLoader(IClassLoader classLoader)
classLoader
- The class loader to addvoid removeClassLoader(IClassLoader classLoader)
classLoader
- The class loader to removejava.lang.ClassLoader getCompositeClassLoader()
Siehe auch Jowidgets Nutzerhandbuch