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 CloseableVFS. 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 classAssemblyFileSystemFileSystem used to mount an Assembly into the VFS.classJavaZipFileSystemclassRealFileSystemA real filesystem.classRootFileSystemA special FileSystem which supports multiple roots.
-