JBoss VFS 3.0.1.GA

Uses of Class
org.jboss.vfs.TempFileProvider

Packages that use TempFileProvider
org.jboss.vfs   
 

Uses of TempFileProvider in org.jboss.vfs
 

Methods in org.jboss.vfs that return TempFileProvider
static TempFileProvider TempFileProvider.create(String providerType, ScheduledExecutorService executor)
          Create a temporary file provider for a given type.
 

Methods in org.jboss.vfs with parameters of type TempFileProvider
static 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.
 


JBoss VFS 3.0.1.GA

Copyright © 2011 JBoss, A division of Red Hat, Inc. All Rights Reserved.