|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISharedClassLoader
| Method Summary | |
|---|---|
void |
addClassLoader(ClassLoader classLoader)
Adds a class loader to the shared class loader |
void |
addClassLoader(IClassLoaderReference classLoaderReference)
Adds a class loader to the shared class loader |
List<IClassLoaderReference> |
getClassLoaders(String className)
Gets all class loaders found for a specific class name or an empty list if no loader was found |
ClassLoader |
getCompositeClassLoader()
Gets the composite class loader that uses all registered class loaders to resolve the class to load. |
| Method Detail |
|---|
void addClassLoader(IClassLoaderReference classLoaderReference)
classLoaderReference - The class loader reference to addvoid addClassLoader(ClassLoader classLoader)
classLoader - The class loader to addList<IClassLoaderReference> getClassLoaders(String className)
className - The class name to get the loaders for
ClassLoader getCompositeClassLoader()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||