ConcurrentClassLoaderpublic abstract class NamedClassLoader extends ClassLoader
| Modifier | Constructor | Description |
|---|---|---|
protected |
NamedClassLoader(ClassLoader parent,
String name) |
Construct a new instance.
|
protected |
NamedClassLoader(String name) |
Construct a new instance.
|
| Modifier and Type | Method | Description |
|---|---|---|
String |
getName() |
Get the name of this class loader.
|
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findClass, findClass, findLibrary, findLoadedClass, findResource, findResource, findResources, findSystemClass, getClassLoadingLock, getDefinedPackage, getDefinedPackages, getPackage, getPackages, getParent, getPlatformClassLoader, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, getUnnamedModule, isRegisteredAsParallelCapable, loadClass, loadClass, registerAsParallelCapable, resolveClass, resources, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSignersprotected NamedClassLoader(ClassLoader parent, String name)
parent - the parent class loader (may be null to indicate that the platform class loader should be used)name - the name, or null if the class loader has no nameprotected NamedClassLoader(String name)
name - the name, or null if the class loader has no namepublic String getName()
getName in class ClassLoadernull if it is unnamedCopyright © 2018 JBoss by Red Hat. All rights reserved.