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 TypeClassDescriptionclassAbundle filedecorator.classUsed to chain the BundleFile objects returned fromBundleFileWrapperFactoryHook.classA BundleFile that manages the number of open bundle files by using the MRUBundleFileListclassA BundleFile that uses a directory as its base file.classA NestedDirBundleFile uses another BundleFile as its source but accesses all of its resources relative to a nested directory within the other BundleFile object.classA 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 TypeMethodDescriptionbooleanMRUBundleFileList.add(BundleFile bundleFile) Adds a BundleFile which is about to be opened to the MRU list.final voidMRUBundleFileList.dispatchEvent(Object eventListener, Object listenerObject, int eventAction, BundleFile eventObject) booleanMRUBundleFileList.isClosing(BundleFile bundleFile) Returns true if this MRUBundleFileList is currently closing the specified bundle file on the current thread.booleanMRUBundleFileList.remove(BundleFile bundleFile) Removes a bundle file which is about to be closedvoidMRUBundleFileList.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 newBundleFileWrapperinstance 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