public class TempBundleClassLoader extends ClassLoader
| Constructor and Description |
|---|
TempBundleClassLoader(BundleClassLoader delegate) |
| Modifier and Type | Method and Description |
|---|---|
protected Class |
findClass(String name)
This method uses the delegate to use class bytes and then defines
the class using this class loader
|
Enumeration<URL> |
findResources(String name) |
URL |
getResource(String name) |
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findLibrary, findLoadedClass, findResource, findSystemClass, getClassLoadingLock, getPackage, getPackages, getParent, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, loadClass, registerAsParallelCapable, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSignerspublic TempBundleClassLoader(BundleClassLoader delegate)
protected Class findClass(String name) throws ClassNotFoundException
findClass in class ClassLoaderClassNotFoundExceptionpublic URL getResource(String name)
getResource in class ClassLoaderpublic Enumeration<URL> findResources(String name) throws IOException
findResources in class ClassLoaderIOExceptionCopyright © 2017–2019 Eclipse Foundation. All rights reserved.