Uses of Interface
org.jboss.vfs.spi.FileSystem
-
Packages that use FileSystem Package Description org.jboss.vfs org.jboss.vfs.spi -
-
Uses of FileSystem in org.jboss.vfs
Fields in org.jboss.vfs declared as FileSystem Modifier and Type Field Description private FileSystem
BasicMountHandle. fileSystem
private FileSystem
VFS.Mount. fileSystem
Methods in org.jboss.vfs that return FileSystem Modifier and Type Method Description (package private) FileSystem
VFS.Mount. getFileSystem()
Methods in org.jboss.vfs with parameters of type FileSystem Modifier and Type Method 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.Constructors in org.jboss.vfs with parameters of type FileSystem Constructor 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)
-
Uses of FileSystem in org.jboss.vfs.spi
Classes in org.jboss.vfs.spi that implement FileSystem Modifier and Type Class Description class
AssemblyFileSystem
FileSystem used to mount an Assembly into the VFS.class
JavaZipFileSystem
class
RealFileSystem
A real filesystem.class
RootFileSystem
A special FileSystem which supports multiple roots.
-