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 TypeClassDescriptionclassRepresents a directory entry in a ZipBundleFile.classA BundleEntry represented by a File object.classA BundleEntry represented by a ZipEntry in a ZipFile.Methods in org.eclipse.osgi.storage.bundlefile that return BundleEntryModifier and TypeMethodDescriptionprotected abstract BundleEntryFinds the bundle entry for the specified pathprotected BundleEntryabstract BundleEntryLocates a file name in this bundle and returns a BundleEntry objectMethods in org.eclipse.osgi.storage.bundlefile with parameters of type BundleEntryModifier and TypeMethodDescriptionprotected URLBundleFile.createResourceURL(BundleEntry bundleEntry, Module hostModule, int index, String path) Creates a URL to access the content of the specified entryprotected URLBundleFileWrapper.createResourceURL(BundleEntry bundleEntry, Module hostModule, int index, String path) static URLBundleFile.createURL(String protocol, long bundleId, ModuleContainer container, BundleEntry entry, int index, String path, URLStreamHandler handler) static StringBundleFile.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 BundleEntryBundleResourceHandler.bundleEntryprotected final BundleEntryBundleURLConnection.bundleEntryBundleEntry that the URL is associated.Methods in org.eclipse.osgi.storage.url that return BundleEntryModifier and TypeMethodDescriptionprotected abstract BundleEntryBundleResourceHandler.findBundleEntry(URL url, Module module) Finds the bundle entry for this protocal.Constructors in org.eclipse.osgi.storage.url with parameters of type BundleEntryModifierConstructorDescriptionprotectedBundleResourceHandler(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 BundleEntryHandler.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 BundleEntryHandler.findBundleEntry(URL url, Module module) Constructors in org.eclipse.osgi.storage.url.bundleresource with parameters of type BundleEntry