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
Methods in org.jboss.vfs with parameters of type FileSystem Modifier and Type Method Description static java.io.Closeable
VFS. mount(VirtualFile mountPoint, FileSystem fileSystem)
Mount a filesystem on a mount point in the VFS. -
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.
-