public class IsolatedClassLoader extends URLClassLoader
| Constructor and Description | 
|---|
IsolatedClassLoader(ClassLoader parent,
                   boolean childDelegation,
                   String roleName)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addURL(URL url)  | 
Class | 
loadClass(String name)  | 
String | 
toString()  | 
close, definePackage, findClass, findResource, findResources, getPermissions, getResourceAsStream, getURLs, newInstance, newInstancedefineClass, defineClassclearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findLibrary, findLoadedClass, findSystemClass, getClassLoadingLock, getPackage, getPackages, getParent, getResource, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, registerAsParallelCapable, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSignerspublic IsolatedClassLoader(ClassLoader parent, boolean childDelegation, String roleName)
public void addURL(URL url)
addURL in class URLClassLoaderpublic Class loadClass(String name) throws ClassNotFoundException
loadClass in class ClassLoaderClassNotFoundExceptionCopyright © 2004–2015 The Apache Software Foundation. All rights reserved.