public class CombinedClassLoader extends ClassLoader
Constructor and Description |
---|
CombinedClassLoader(ClassLoader... loaders) |
Modifier and Type | Method and Description |
---|---|
protected Class<?> |
findClass(String name) |
protected URL |
findResource(String name) |
protected Enumeration<URL> |
findResources(String name) |
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findLibrary, findLoadedClass, findSystemClass, getClassLoadingLock, getPackage, getPackages, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, loadClass, registerAsParallelCapable, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners
public CombinedClassLoader(ClassLoader... loaders)
protected Class<?> findClass(String name) throws ClassNotFoundException
findClass
in class ClassLoader
ClassNotFoundException
protected Enumeration<URL> findResources(String name) throws IOException
findResources
in class ClassLoader
IOException
protected URL findResource(String name)
findResource
in class ClassLoader
Copyright © 2008–2015 Eclipse Foundation. All rights reserved.