Uses of Class
org.jboss.vfs.TempFileProvider
Packages that use TempFileProvider
-
Uses of TempFileProvider in org.jboss.vfs
Methods in org.jboss.vfs that return TempFileProviderModifier and TypeMethodDescriptionstatic TempFileProviderTempFileProvider.create(String providerType, ScheduledExecutorService executor) Create a temporary file provider for a given type.static TempFileProviderTempFileProvider.create(String providerType, ScheduledExecutorService executor, boolean cleanExisting) Create a temporary file provider for a given type.Methods in org.jboss.vfs with parameters of type TempFileProviderModifier and TypeMethodDescriptionstatic CloseableVFS.mountTemp(VirtualFile mountPoint, TempFileProvider tempFileProvider) Create and mount a temporary file system, returning a single handle which will unmount and close the filesystem when closed.static CloseableVFS.mountZip(File zipFile, VirtualFile mountPoint, TempFileProvider tempFileProvider) Create and mount a zip file into the filesystem, returning a single handle which will unmount and close the file system when closed.static CloseableVFS.mountZip(InputStream zipData, String zipName, VirtualFile mountPoint, TempFileProvider tempFileProvider) Create and mount a zip file into the filesystem, returning a single handle which will unmount and close the file system when closed.static CloseableVFS.mountZip(VirtualFile zipFile, VirtualFile mountPoint, TempFileProvider tempFileProvider) Create and mount a zip file into the filesystem, returning a single handle which will unmount and close the file system when closed.static CloseableVFS.mountZipExpanded(File zipFile, VirtualFile mountPoint, TempFileProvider tempFileProvider) Create and mount an expanded zip file in a temporary file system, returning a single handle which will unmount and close the filesystem when closed.static CloseableVFS.mountZipExpanded(InputStream zipData, String zipName, VirtualFile mountPoint, TempFileProvider tempFileProvider) Create and mount an expanded zip file in a temporary file system, returning a single handle which will unmount and close the filesystem when closed.static CloseableVFS.mountZipExpanded(VirtualFile zipFile, VirtualFile mountPoint, TempFileProvider tempFileProvider) Create and mount an expanded zip file in a temporary file system, returning a single handle which will unmount and close the filesystem when closed.