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 TempFileProviderTempDir.providerprivate TempFileProviderVirtualFileAssembly.tempFileProviderMethods 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.private TempFileProviderVirtualFileAssembly.getTempFileProvider()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.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 TempFileProviderAutomounter.getTempFileProvider()