public class SeparatedClassLoader extends ClassLoader
| Constructor and Description |
|---|
SeparatedClassLoader(ClassLoader... classLoaderChain) |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
loadClass(String name) |
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findClass, findLibrary, findLoadedClass, findResource, findResources, findSystemClass, getClassLoadingLock, getPackage, getPackages, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, registerAsParallelCapable, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSignerspublic SeparatedClassLoader(ClassLoader... classLoaderChain)
public Class<?> loadClass(String name) throws ClassNotFoundException
loadClass in class ClassLoaderClassNotFoundExceptionCopyright © 2019 JBoss by Red Hat. All rights reserved.