public final class AggregatedClassLoader extends ClassLoader
Collection.| Constructor and Description |
|---|
AggregatedClassLoader(Collection<ClassLoader> classLoaders)
Create an aggregated ClassLoader from a Collection of ClassLoaders
|
| Modifier and Type | Method and Description |
|---|---|
protected Class<?> |
findClass(String name) |
protected URL |
findResource(String name) |
Enumeration<URL> |
getResources(String name) |
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findLibrary, findLoadedClass, findResources, findSystemClass, getClassLoadingLock, getPackage, getPackages, getParent, getResource, getResourceAsStream, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, loadClass, registerAsParallelCapable, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSignerspublic AggregatedClassLoader(Collection<ClassLoader> classLoaders)
classLoaders - a non-empty Collection of ClassLoaderspublic Enumeration<URL> getResources(String name) throws IOException
getResources in class ClassLoaderIOExceptionprotected URL findResource(String name)
findResource in class ClassLoaderprotected Class<?> findClass(String name) throws ClassNotFoundException
findClass in class ClassLoaderClassNotFoundExceptionCopyright © 2018 JBoss, a division of Red Hat. All rights reserved.