Uses of Class
org.eclipse.osgi.storage.BundleInfo.Generation
-
Uses of BundleInfo.Generation in org.eclipse.osgi.storage
Modifier and TypeMethodDescriptionStorage.install
(Module origin, String bundleLocation, InputStream toInstall) Storage.update
(Module module, InputStream updateIn) Modifier 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) Modifier and TypeMethodDescriptionstatic Enumeration<URL>
Storage.findEntries
(List<BundleInfo.Generation> generations, String path, String filePattern, int options) ModifierConstructorDescriptionManifestLocalization
(BundleInfo.Generation generation, Dictionary<String, String> rawHeaders, String defaultRoot) NativeCodeFinder
(BundleInfo.Generation generation) -
Uses of BundleInfo.Generation in org.eclipse.osgi.storage.bundlefile
Modifier and TypeFieldDescriptionprotected final BundleInfo.Generation
CloseableBundleFile.generation
ModifierConstructorDescriptionCloseableBundleFile
(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)