Uses of Class
org.eclipse.osgi.storage.bundlefile.BundleEntry
Packages that use BundleEntry
Package
Description
-
Uses of BundleEntry in org.eclipse.osgi.storage
Methods in org.eclipse.osgi.storage that return BundleEntry -
Uses of BundleEntry in org.eclipse.osgi.storage.bundlefile
Subclasses of BundleEntry in org.eclipse.osgi.storage.bundlefileModifier 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.Methods in org.eclipse.osgi.storage.bundlefile that return BundleEntryModifier 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 objectMethods in org.eclipse.osgi.storage.bundlefile with parameters of type BundleEntryModifier 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
Fields in org.eclipse.osgi.storage.url declared as BundleEntryModifier and TypeFieldDescriptionprotected BundleEntry
BundleResourceHandler.bundleEntry
protected final BundleEntry
BundleURLConnection.bundleEntry
BundleEntry that the URL is associated.Methods in org.eclipse.osgi.storage.url that return BundleEntryModifier and TypeMethodDescriptionprotected abstract BundleEntry
BundleResourceHandler.findBundleEntry
(URL url, Module module) Finds the bundle entry for this protocal.Constructors in org.eclipse.osgi.storage.url with parameters of type BundleEntryModifierConstructorDescriptionprotected
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
Methods in org.eclipse.osgi.storage.url.bundleentry that return BundleEntryModifier and TypeMethodDescriptionprotected BundleEntry
Handler.findBundleEntry
(URL url, Module module) Constructors in org.eclipse.osgi.storage.url.bundleentry with parameters of type BundleEntry -
Uses of BundleEntry in org.eclipse.osgi.storage.url.bundleresource
Methods in org.eclipse.osgi.storage.url.bundleresource that return BundleEntryModifier and TypeMethodDescriptionprotected BundleEntry
Handler.findBundleEntry
(URL url, Module module) Constructors in org.eclipse.osgi.storage.url.bundleresource with parameters of type BundleEntry