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 FileSystemBasicMountHandle. fileSystemprivate FileSystemVFS.Mount. fileSystemMethods in org.jboss.vfs that return FileSystem Modifier and Type Method Description (package private) FileSystemVFS.Mount. getFileSystem()Methods in org.jboss.vfs with parameters of type FileSystem Modifier and Type Method Description private static MountHandleVFS. doMount(FileSystem fileSystem, VirtualFile mountPoint, java.io.Closeable... additionalCloseables)static java.io.CloseableVFS. 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 classAssemblyFileSystemFileSystem used to mount an Assembly into the VFS.classJavaZipFileSystemclassRealFileSystemA real filesystem.classRootFileSystemA special FileSystem which supports multiple roots.
-