public class AggregatedClassLoader extends ClassLoader
| Constructor and Description |
|---|
AggregatedClassLoader(ClassLoader... classLoaders) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
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(ClassLoader... classLoaders)
public 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 ClassLoaderClassNotFoundExceptionpublic void destroy()
Copyright © 2006–2015 Hibernate. All rights reserved.