Uses of Class
de.xima.fc.io.TempFile
Packages that use TempFile
Package
Description
-
Uses of TempFile in de.xima.fc.gui.model
Methods in de.xima.fc.gui.model that return types with arguments of type TempFileModifier and TypeMethodDescription<R> StageChain<TempFile, R> PluginWrapperModel.getAllUpdatedPluginFiles(IPublicPromaInvocationContext pc, String licenseKey, Locale locale) -
Uses of TempFile in de.xima.fc.io
Methods in de.xima.fc.io that return TempFileModifier and TypeMethodDescriptionstatic TempFileTempFile.create(String prefix, String suffix, FileAttribute<?>... attrs) Creates a temporary file, wraps it in aTempFileand returns it.static TempFileTempFile.create(Path directory, String prefix, String suffix, FileAttribute<?>... attrs) Creates a temporary file, wraps it in aTempFileand returns it. -
Uses of TempFile in de.xima.fc.proma.provider.interfaces
Methods in de.xima.fc.proma.provider.interfaces that return types with arguments of type TempFileModifier and TypeMethodDescription<R> StageChain<IPromaResponse<TempFile>, R> IStoreItemPromaApi.getAllStoreItemFiles(IPublicPromaInvocationContext pc, String storeKey, String itemKey, String itemVersion, String licenseKey) This method fetches all versions of a store item files in the form of a ZIP file from the ZIP REST API<R> StageChain<IPromaResponse<TempFile>, R> IStoreItemPromaApi.getStoreItemFile(IPublicPromaInvocationContext pc, String storeKey, String itemKey, String itemVersion, String fileKey, String licenseKey) This method returns a specific store item file. -
Uses of TempFile in de.xima.fc.proma.util
Methods in de.xima.fc.proma.util that return types with arguments of type TempFileModifier and TypeMethodDescriptionstatic <R> StageChain<TempFile, R> PromaPluginUpdateCheck.getMostRecentCompatiblePluginFiles(IPublicPromaInvocationContext pc, String pluginKey, PluginManifest manifest, String licenseKey, Locale locale) This method returns a ZIP file containing all plugin files of the latest plugin version.static <R> StageChain<TempFile, R> PromaStoreItems.getStoreItemFileByName(IPublicPromaInvocationContext pc, String licenseKey, String storeKey, String itemKey, String itemVersion, Predicate<String> fileNameFilter) For a given store item version from a store, finds a store item file by name, using a custom user-supplied predicate for the file name.Methods in de.xima.fc.proma.util with parameters of type TempFileModifier and TypeMethodDescriptionstatic 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.