|
||||||||||
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.bundleresource.Handler
public class Handler
URLStreamHandler the bundleresource protocol.
Field Summary |
---|
Fields inherited from class org.eclipse.osgi.framework.internal.core.BundleResourceHandler |
---|
bundleEntry, context, SECURITY_AUTHORIZED |
Constructor Summary | |
---|---|
Handler()
Constructor for a bundle protocol resource URLStreamHandler. |
|
Handler(BundleEntry bundleEntry)
|
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 |
---|
checkAdminPermission, equals, getBundleClassLoader, getHostAddress, hashCode, hostsEqual, openConnection, parseURL, sameFile, setContext, 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)
Method Detail |
---|
protected BundleEntry findBundleEntry(java.net.URL url, AbstractBundle bundle) throws java.io.IOException
BundleResourceHandler
findBundleEntry
in class BundleResourceHandler
url
- 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 |