Uses of Class
org.eclipse.osgi.storage.bundlefile.BundleFile
Packages that use BundleFile
-
Uses of BundleFile in org.eclipse.osgi.storage
Subclasses of BundleFile in org.eclipse.osgi.storageMethods in org.eclipse.osgi.storage that return BundleFileModifier and TypeMethodDescriptionStorage.createBundleFile
(File content, BundleInfo.Generation generation, boolean isDirectory, boolean isBase) Storage.createNestedBundleFile
(String nestedDir, BundleFile bundleFile, BundleInfo.Generation generation) Storage.createNestedBundleFile
(String nestedDir, BundleFile bundleFile, BundleInfo.Generation generation, Collection<String> filterPrefixes) BundleInfo.Generation.getBundleFile()
Storage.wrapBundleFile
(BundleFile bundleFile, BundleInfo.Generation generation, boolean isBase) Methods in org.eclipse.osgi.storage with parameters of type BundleFileModifier and TypeMethodDescriptionStorage.createNestedBundleFile
(String nestedDir, BundleFile bundleFile, BundleInfo.Generation generation) Storage.createNestedBundleFile
(String nestedDir, BundleFile bundleFile, BundleInfo.Generation generation, Collection<String> filterPrefixes) Storage.wrapBundleFile
(BundleFile bundleFile, BundleInfo.Generation generation, boolean isBase) Method parameters in org.eclipse.osgi.storage with type arguments of type BundleFileModifier and TypeMethodDescriptionStorage.listEntryPaths
(List<BundleFile> bundleFiles, String path, String filePattern, int options) Returns the names of resources available from a list of bundle files. -
Uses of BundleFile in org.eclipse.osgi.storage.bundlefile
Subclasses of BundleFile in org.eclipse.osgi.storage.bundlefileModifier and TypeClassDescriptionclass
Abundle file
decorator.class
Used to chain the BundleFile objects returned fromBundleFileWrapperFactoryHook
.class
A BundleFile that manages the number of open bundle files by using the MRUBundleFileListclass
A BundleFile that uses a directory as its base file.class
A NestedDirBundleFile uses another BundleFile as its source but accesses all of its resources relative to a nested directory within the other BundleFile object.class
A BundleFile that uses a ZipFile as it base file.Methods in org.eclipse.osgi.storage.bundlefile that return BundleFileModifier and TypeMethodDescriptionBundleFileWrapper.getBundleFile()
Get the wrapped bundle file.BundleFileWrapperChain.getWrapped()
The BundleFile that is wrappedMethods in org.eclipse.osgi.storage.bundlefile with parameters of type BundleFileModifier and TypeMethodDescriptionboolean
MRUBundleFileList.add
(BundleFile bundleFile) Adds a BundleFile which is about to be opened to the MRU list.final void
MRUBundleFileList.dispatchEvent
(Object eventListener, Object listenerObject, int eventAction, BundleFile eventObject) boolean
MRUBundleFileList.isClosing
(BundleFile bundleFile) Returns true if this MRUBundleFileList is currently closing the specified bundle file on the current thread.boolean
MRUBundleFileList.remove
(BundleFile bundleFile) Removes a bundle file which is about to be closedvoid
MRUBundleFileList.use
(BundleFile bundleFile) Increments the use stamp of a bundle fileConstructors in org.eclipse.osgi.storage.bundlefile with parameters of type BundleFileModifierConstructorDescriptionBundleFileWrapper
(BundleFile bundleFile) Creates a newBundleFileWrapper
instance wrapping the givenbundle file
.BundleFileWrapperChain
(BundleFile wrapped, BundleFileWrapperChain next) NestedDirBundleFile
(BundleFile baseBundlefile, String nestedDirName) Constructs a NestedDirBundleFileNestedDirBundleFile
(BundleFile baseBundlefile, String nestedDirName, Collection<String> filterPrefixes) Constructs a NestedDirBundleFile