|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.ClassLoader
org.apache.xbean.osgi.bundle.util.BundleClassLoader
org.apache.xbean.osgi.bundle.util.BundleResourceClassLoader
public class BundleResourceClassLoader
ClassLoader for a Bundle.
This ClassLoader implementation extends the BundleClassLoader and returns resources embedded
in jar files in a bundle with jar URLs.
| Field Summary |
|---|
| Fields inherited from class org.apache.xbean.osgi.bundle.util.BundleClassLoader |
|---|
bundle, resourceHelper |
| Constructor Summary | |
|---|---|
BundleResourceClassLoader(org.osgi.framework.Bundle bundle)
|
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
| Methods inherited from class org.apache.xbean.osgi.bundle.util.BundleClassLoader |
|---|
equals, findResources, getBundle, getBundle, getConvertResourceUrls, getResource, getResources, getSearchWiredBundles, hashCode, loadClass, setConvertResourceUrls, setSearchWiredBundles |
| Methods inherited from class java.lang.ClassLoader |
|---|
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findClass, findLibrary, findLoadedClass, findResource, findSystemClass, getPackage, getPackages, getParent, getResourceAsStream, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BundleResourceClassLoader(org.osgi.framework.Bundle bundle)
| Method Detail |
|---|
public java.lang.String toString()
toString in class BundleClassLoader
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||