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, setSigners
public DelegatingClassLoader(RealClassLoader parent)
parent
- the parentprotected Class<?> loadClass(String name, boolean resolve) throws ClassNotFoundException
loadClass
in class ClassLoader
ClassNotFoundException
public URL getResource(String name)
getResource
in class ClassLoader
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.