Uses of Class
org.eclipse.osgi.storage.bundlefile.BundleEntry
Package
Description
-
Uses of BundleEntry in org.eclipse.osgi.storage
-
Uses of BundleEntry in org.eclipse.osgi.storage.bundlefile
Modifier and TypeClassDescriptionclass
Represents a directory entry in a ZipBundleFile.class
A BundleEntry represented by a File object.class
A BundleEntry represented by a ZipEntry in a ZipFile.Modifier and TypeMethodDescriptionprotected abstract BundleEntry
Finds the bundle entry for the specified pathprotected BundleEntry
abstract BundleEntry
Locates a file name in this bundle and returns a BundleEntry objectModifier and TypeMethodDescriptionprotected URL
BundleFile.createResourceURL
(BundleEntry bundleEntry, Module hostModule, int index, String path) Creates a URL to access the content of the specified entryprotected URL
BundleFileWrapper.createResourceURL
(BundleEntry bundleEntry, Module hostModule, int index, String path) static URL
BundleFile.createURL
(String protocol, long bundleId, ModuleContainer container, BundleEntry entry, int index, String path, URLStreamHandler handler) static String
BundleFile.fixTrailingSlash
(String path, BundleEntry entry) -
Uses of BundleEntry in org.eclipse.osgi.storage.url
Modifier and TypeFieldDescriptionprotected BundleEntry
BundleResourceHandler.bundleEntry
protected final BundleEntry
BundleURLConnection.bundleEntry
BundleEntry that the URL is associated.Modifier and TypeMethodDescriptionprotected abstract BundleEntry
BundleResourceHandler.findBundleEntry
(URL url, Module module) Finds the bundle entry for this protocal.ModifierConstructorDescriptionprotected
BundleResourceHandler
(ModuleContainer container, BundleEntry bundleEntry) BundleURLConnection
(URL url, ModuleContainer container, BundleEntry bundleEntry) Constructor for a BundleClassLoader resource URLConnection. -
Uses of BundleEntry in org.eclipse.osgi.storage.url.bundleentry
Modifier and TypeMethodDescriptionprotected BundleEntry
Handler.findBundleEntry
(URL url, Module module) -
Uses of BundleEntry in org.eclipse.osgi.storage.url.bundleresource
Modifier and TypeMethodDescriptionprotected BundleEntry
Handler.findBundleEntry
(URL url, Module module)