| Package | Description |
|---|---|
| org.jboss.vfs | |
| org.jboss.vfs.util.automount |
| Modifier and Type | Field and Description |
|---|---|
private TempFileProvider |
TempDir.provider |
private TempFileProvider |
VirtualFileAssembly.tempFileProvider |
| Modifier and Type | Method and Description |
|---|---|
static TempFileProvider |
TempFileProvider.create(java.lang.String providerType,
java.util.concurrent.ScheduledExecutorService executor)
Create a temporary file provider for a given type.
|
static TempFileProvider |
TempFileProvider.create(java.lang.String providerType,
java.util.concurrent.ScheduledExecutorService executor,
boolean cleanExisting)
Create a temporary file provider for a given type.
|
private TempFileProvider |
VirtualFileAssembly.getTempFileProvider() |
| Modifier and Type | Method and Description |
|---|---|
static java.io.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 java.io.Closeable |
VFS.mountZip(java.io.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 java.io.Closeable |
VFS.mountZip(java.io.InputStream zipData,
java.lang.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 java.io.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 java.io.Closeable |
VFS.mountZipExpanded(java.io.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 java.io.Closeable |
VFS.mountZipExpanded(java.io.InputStream zipData,
java.lang.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 java.io.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.
|
| Constructor and Description |
|---|
TempDir(TempFileProvider provider,
java.io.File root) |
| Modifier and Type | Field and Description |
|---|---|
private static TempFileProvider |
Automounter.tempFileProvider |
| Modifier and Type | Method and Description |
|---|---|
private static TempFileProvider |
Automounter.getTempFileProvider() |