public class DelegatingClassLoader extends ClassLoader
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
standard
Whether to use standard loading
|
| Constructor and Description |
|---|
DelegatingClassLoader(RealClassLoader parent)
Create a new DelegatingClassLoader.
|
| Modifier and Type | Method and Description |
|---|---|
URL |
getResource(String name) |
protected Class<?> |
loadClass(String name,
boolean resolve) |
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findClass, findLibrary, findLoadedClass, findResource, findResources, findSystemClass, getClassLoadingLock, getPackage, getPackages, getParent, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, registerAsParallelCapable, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSignerspublic DelegatingClassLoader(RealClassLoader parent)
parent - the parentprotected Class<?> loadClass(String name, boolean resolve) throws ClassNotFoundException
loadClass in class ClassLoaderClassNotFoundExceptionpublic URL getResource(String name)
getResource in class ClassLoaderCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.