Uses of Class
de.xima.fc.mdl.plugin.PluginJarWithManifest
Packages that use PluginJarWithManifest
-
Uses of PluginJarWithManifest in de.xima.fc.proma.util
Methods in de.xima.fc.proma.util that return types with arguments of type PluginJarWithManifestModifier and TypeMethodDescriptionstatic <R> StageChain<Closable<Map<String,
PluginJarWithManifest>>, R> PromaStoreItems.getStoreItemJarFilesByFileKey
(IPublicPromaInvocationContext pc, String licenseKey, String storeKey, String itemKey, String itemVersion) Downloads all files for a given plugin key, and returns a map between each plugin file key and the corresponding file.static Closable<Map<String,
PluginJarWithManifest>> PluginZipScanner.unpackPluginZipAndMapFiles
(TempFile zipFile, PluginID pluginId) Unpacks the given ZIP file to a temporary directory, checks all files and returns a map between the file key of each plugin JAR and the file itself.