Class Handler
java.lang.Object
java.net.URLStreamHandler
org.eclipse.equinox.plurl.PlurlStreamHandlerBase
org.eclipse.osgi.storage.url.reference.Handler
- All Implemented Interfaces:
PlurlStreamHandler
URLStreamHandler for reference protocol. A reference URL is used to hold a
reference to a local file URL. A reference URL allows bundles to be installed
by reference. This means the content of the bundle will not be copied.
Instead the content of the bundle will be loaded from the reference location
specified by the reference URL. The Framework only supports reference URLs
that refer to a local file URL. For example:
reference:file:/eclipse/plugins/org.eclipse.myplugin_1.0.0/
reference:file:/eclispe/plugins/org.eclipse.mybundle_1.0.0.jar
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.equinox.plurl.PlurlStreamHandler
PlurlStreamHandler.PlurlSetter -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.equinox.plurl.PlurlStreamHandlerBase
equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, openConnection, parseURL, sameFile, setURL, setURL, toExternalForm
-
Constructor Details
-
Handler
-
-
Method Details
-
openConnection
- Specified by:
openConnectionin interfacePlurlStreamHandler- Specified by:
openConnectionin classPlurlStreamHandlerBase- Throws:
IOException- See Also:
-
parseURL
- Overrides:
parseURLin classURLStreamHandler
-