|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.net.URLStreamHandler
org.eclipse.osgi.framework.internal.core.BundleResourceHandler
org.eclipse.osgi.framework.internal.protocol.bundleentry.Handler
public class Handler
URLStreamHandler the bundleentry protocol.
| Field Summary |
|---|
| Fields inherited from class org.eclipse.osgi.framework.internal.core.BundleResourceHandler |
|---|
BID_FWKID_SEPARATOR, bundleEntry, SECURITY_CHECKED, SECURITY_UNCHECKED |
| Constructor Summary | |
|---|---|
Handler()
Constructor for a bundle protocol resource URLStreamHandler. |
|
Handler(BundleEntry bundleEntry,
BaseAdaptor adaptor)
|
|
| Method Summary | |
|---|---|
protected BundleEntry |
findBundleEntry(java.net.URL url,
AbstractBundle bundle)
Finds the bundle entry for this protocal. |
| Methods inherited from class org.eclipse.osgi.framework.internal.core.BundleResourceHandler |
|---|
checkAuthorization, equals, getBundleClassLoader, getHostAddress, hashCode, hostsEqual, openConnection, parseURL, sameFile, start, toExternalForm |
| Methods inherited from class java.net.URLStreamHandler |
|---|
getDefaultPort, openConnection, setURL, setURL |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Handler()
public Handler(BundleEntry bundleEntry,
BaseAdaptor adaptor)
| Method Detail |
|---|
protected BundleEntry findBundleEntry(java.net.URL url,
AbstractBundle bundle)
throws java.io.IOException
BundleResourceHandler
findBundleEntry in class BundleResourceHandlerurl - The URL to find the BundleEntry for.
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||