@Deprecated public class BundleDelegatingClassLoader extends ClassLoader
| Constructor and Description |
|---|
BundleDelegatingClassLoader(org.osgi.framework.Bundle bundle)
Deprecated.
|
BundleDelegatingClassLoader(org.osgi.framework.Bundle bundle,
ClassLoader classLoader)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected Class<?> |
findClass(String name)
Deprecated.
|
protected URL |
findResource(String name)
Deprecated.
|
protected Enumeration<URL> |
findResources(String name)
Deprecated.
|
org.osgi.framework.Bundle |
getBundle()
Deprecated.
|
protected Class<?> |
loadClass(String name,
boolean resolve)
Deprecated.
|
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findLibrary, findLoadedClass, findSystemClass, getClassLoadingLock, getPackage, getPackages, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, registerAsParallelCapable, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSignerspublic BundleDelegatingClassLoader(org.osgi.framework.Bundle bundle)
public BundleDelegatingClassLoader(org.osgi.framework.Bundle bundle,
ClassLoader classLoader)
protected Class<?> findClass(String name) throws ClassNotFoundException
findClass in class ClassLoaderClassNotFoundExceptionprotected URL findResource(String name)
findResource in class ClassLoaderprotected Enumeration<URL> findResources(String name) throws IOException
findResources in class ClassLoaderIOExceptionprotected Class<?> loadClass(String name, boolean resolve) throws ClassNotFoundException
loadClass in class ClassLoaderClassNotFoundExceptionpublic org.osgi.framework.Bundle getBundle()
Copyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.