|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.ClassLoader
org.apache.aries.blueprint.utils.BundleDelegatingClassLoader
@Deprecated public class BundleDelegatingClassLoader
A ClassLoader delegating to a given OSGi bundle.
| Constructor Summary | |
|---|---|
BundleDelegatingClassLoader(org.osgi.framework.Bundle bundle)
Deprecated. |
|
BundleDelegatingClassLoader(org.osgi.framework.Bundle bundle,
ClassLoader classLoader)
Deprecated. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BundleDelegatingClassLoader(org.osgi.framework.Bundle bundle)
public BundleDelegatingClassLoader(org.osgi.framework.Bundle bundle,
ClassLoader classLoader)
| Method Detail |
|---|
protected Class<?> findClass(String name)
throws ClassNotFoundException
findClass in class ClassLoaderClassNotFoundExceptionprotected URL findResource(String name)
findResource in class ClassLoader
protected Enumeration<URL> findResources(String name)
throws IOException
findResources in class ClassLoaderIOException
protected Class<?> loadClass(String name,
boolean resolve)
throws ClassNotFoundException
loadClass in class ClassLoaderClassNotFoundExceptionpublic org.osgi.framework.Bundle getBundle()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||