Uses of Class
org.jboss.vfs.TempFileProvider
Packages that use TempFileProvider
-
Uses of TempFileProvider in org.jboss.vfs
Fields in org.jboss.vfs declared as TempFileProviderModifier and TypeFieldDescriptionprivate final TempFileProvider
TempDir.provider
private TempFileProvider
VirtualFileAssembly.tempFileProvider
Methods in org.jboss.vfs that return TempFileProviderModifier and TypeMethodDescriptionstatic TempFileProvider
TempFileProvider.create
(String providerType, ScheduledExecutorService executor) Create a temporary file provider for a given type.static TempFileProvider
TempFileProvider.create
(String providerType, ScheduledExecutorService executor, boolean cleanExisting) Create a temporary file provider for a given type.private TempFileProvider
VirtualFileAssembly.getTempFileProvider()
Methods in org.jboss.vfs with parameters of type TempFileProviderModifier and TypeMethodDescriptionstatic Closeable
VFS.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 Closeable
VFS.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 Closeable
VFS.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 Closeable
VFS.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 Closeable
VFS.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 Closeable
VFS.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 Closeable
VFS.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.Constructors in org.jboss.vfs with parameters of type TempFileProvider -
Uses of TempFileProvider in org.jboss.vfs.util.automount
Fields in org.jboss.vfs.util.automount declared as TempFileProviderMethods in org.jboss.vfs.util.automount that return TempFileProviderModifier and TypeMethodDescriptionprivate static TempFileProvider
Automounter.getTempFileProvider()