|
||||||||||
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 ClassLoader
ClassNotFoundException
protected URL findResource(String name)
findResource
in class ClassLoader
protected Enumeration<URL> findResources(String name) throws IOException
findResources
in class ClassLoader
IOException
protected Class<?> loadClass(String name, boolean resolve) throws ClassNotFoundException
loadClass
in class ClassLoader
ClassNotFoundException
public org.osgi.framework.Bundle getBundle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |