Home
last modified time | relevance | path

Searched refs:getContentConnection (Results 1 – 3 of 3) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/storage/
H A DStorage.java568 …public URLConnection getContentConnection(Module module, String bundleLocation, final InputStream … in getContentConnection() method in Storage
600 return getContentConnection(bundleLocation); in getContentConnection()
602 return getContentConnection(getUpdateLocation(module)); in getContentConnection()
629 private URLConnection getContentConnection(final String spec) throws IOException {
887 contentConn = getContentConnection(spec);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/framework/
H A DBundleContextImpl.java186 URLConnection content = container.getStorage().getContentConnection(null, location, in); in installBundle()
H A DEquinoxBundle.java485 storage.update(module, storage.getContentConnection(module, null, input)); in update()