Uses of Class
org.eclipse.osgi.storage.BundleInfo.Generation
Packages that use BundleInfo.Generation
-
Uses of BundleInfo.Generation in org.eclipse.osgi.storage
Methods in org.eclipse.osgi.storage that return BundleInfo.GenerationModifier and TypeMethodDescriptionStorage.install
(Module origin, String bundleLocation, InputStream toInstall) Storage.update
(Module module, InputStream updateIn) Methods in org.eclipse.osgi.storage with parameters of type BundleInfo.GenerationModifier and TypeMethodDescriptionStorage.copyToTempLibrary
(BundleInfo.Generation generation, String absolutePath) Storage.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) Storage.getBuilder
(BundleInfo.Generation generation) Storage.getBuilder
(BundleInfo.Generation generation, String extraCapabilities, String extraExports) Storage.wrapBundleFile
(BundleFile bundleFile, BundleInfo.Generation generation, boolean isBase) Method parameters in org.eclipse.osgi.storage with type arguments of type BundleInfo.GenerationModifier and TypeMethodDescriptionstatic Enumeration
<URL> Storage.findEntries
(List<BundleInfo.Generation> generations, String path, String filePattern, int options) Constructors in org.eclipse.osgi.storage with parameters of type BundleInfo.GenerationModifierConstructorDescriptionManifestLocalization
(BundleInfo.Generation generation, Dictionary<String, String> rawHeaders, String defaultRoot) NativeCodeFinder
(BundleInfo.Generation generation) -
Uses of BundleInfo.Generation in org.eclipse.osgi.storage.bundlefile
Fields in org.eclipse.osgi.storage.bundlefile declared as BundleInfo.GenerationModifier and TypeFieldDescriptionprotected final BundleInfo.Generation
CloseableBundleFile.generation
Constructors in org.eclipse.osgi.storage.bundlefile with parameters of type BundleInfo.GenerationModifierConstructorDescriptionCloseableBundleFile
(File basefile, BundleInfo.Generation generation, MRUBundleFileList mruList, org.eclipse.osgi.internal.debug.Debug debug) ZipBundleFile
(File basefile, BundleInfo.Generation generation, MRUBundleFileList mruList, org.eclipse.osgi.internal.debug.Debug debug, boolean verify)