| Package | Description |
|---|---|
| org.jboss.vfs | |
| org.jboss.vfs.spi |
| Modifier and Type | Field and Description |
|---|---|
private FileSystem |
BasicMountHandle.fileSystem |
private FileSystem |
VFS.Mount.fileSystem |
| Modifier and Type | Method and Description |
|---|---|
(package private) FileSystem |
VFS.Mount.getFileSystem() |
| Modifier and Type | Method and Description |
|---|---|
private static MountHandle |
VFS.doMount(FileSystem fileSystem,
VirtualFile mountPoint,
java.io.Closeable... additionalCloseables) |
static java.io.Closeable |
VFS.mount(VirtualFile mountPoint,
FileSystem fileSystem)
Mount a filesystem on a mount point in the VFS.
|
| Constructor and Description |
|---|
BasicMountHandle(FileSystem fileSystem,
java.io.Closeable mountHandle,
java.io.Closeable... additionalCloseables)
Create new DefaultMountHandle with a FileSystem and an array of closeable.
|
Mount(FileSystem fileSystem,
VirtualFile mountPoint) |
| Modifier and Type | Class and Description |
|---|---|
class |
AssemblyFileSystem
FileSystem used to mount an Assembly into the VFS.
|
class |
JavaZipFileSystem
This implementation is backed by a zip file.
|
class |
RealFileSystem
A real filesystem.
|
class |
RootFileSystem
A special FileSystem which supports multiple roots.
|