Package org.eclipse.osgi.storage.bundlefile
package org.eclipse.osgi.storage.bundlefile
-
ClassDescriptionA BundleEntry represents one entry of a BundleFile.The BundleFile API is used by Adaptors to read resources out of an installed Bundle in the Framework.A
bundle file
decorator.Used to chain the BundleFile objects returned fromBundleFileWrapperFactoryHook
.A BundleFile that manages the number of open bundle files by using the MRUBundleFileListA BundleFile that uses a directory as its base file.Represents a directory entry in a ZipBundleFile.A BundleEntry represented by a File object.A simple/quick/small implementation of an MRU (Most Recently Used) list to keep track of open BundleFiles.A NestedDirBundleFile uses another BundleFile as its source but accesses all of its resources relative to a nested directory within the other BundleFile object.A BundleEntry represented by a ZipEntry in a ZipFile.A BundleFile that uses a ZipFile as it base file.