Uses of Interface
org.jboss.vfs.spi.FileSystem
Packages that use FileSystem
-
Uses of FileSystem in org.jboss.vfs
Fields in org.jboss.vfs declared as FileSystemModifier and TypeFieldDescriptionprivate final FileSystemBasicMountHandle.fileSystemprivate final FileSystemVFS.Mount.fileSystemMethods in org.jboss.vfs that return FileSystemMethods in org.jboss.vfs with parameters of type FileSystemModifier and TypeMethodDescriptionprivate static MountHandleVFS.doMount(FileSystem fileSystem, VirtualFile mountPoint, Closeable... additionalCloseables) static 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 FileSystemModifierConstructorDescription(package private)BasicMountHandle(FileSystem fileSystem, Closeable mountHandle, Closeable... additionalCloseables) Create new DefaultMountHandle with a FileSystem and an array of closeable.(package private)Mount(FileSystem fileSystem, VirtualFile mountPoint) -
Uses of FileSystem in org.jboss.vfs.spi
Classes in org.jboss.vfs.spi that implement FileSystemModifier and TypeClassDescriptionclassFileSystem used to mount an Assembly into the VFS.final classfinal classA real filesystem.final classA special FileSystem which supports multiple roots.