public class AggregatedClassLoader extends ClassLoader
| Constructor and Description | 
|---|
AggregatedClassLoader(List<ClassLoader> classLoaders)  | 
| Modifier and Type | Method and Description | 
|---|---|
URL | 
getResource(String name)  | 
Enumeration<URL> | 
getResources(String name)  | 
static AggregatedClassLoader | 
newInstance()  | 
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findClass, findLibrary, findLoadedClass, findResource, findResources, findSystemClass, getClassLoadingLock, getPackage, getPackages, getParent, getResourceAsStream, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, loadClass, registerAsParallelCapable, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSignerspublic AggregatedClassLoader(List<ClassLoader> classLoaders)
public static AggregatedClassLoader newInstance()
public URL getResource(String name)
getResource in class ClassLoaderpublic Enumeration<URL> getResources(String name) throws IOException
getResources in class ClassLoaderIOExceptionCopyright © 2017 The Apache Software Foundation. All rights reserved.