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 FileSystem
BasicMountHandle.fileSystem
private final FileSystem
VFS.Mount.fileSystem
Methods in org.jboss.vfs that return FileSystemMethods in org.jboss.vfs with parameters of type FileSystemModifier and TypeMethodDescriptionprivate static MountHandle
VFS.doMount
(FileSystem fileSystem, VirtualFile mountPoint, Closeable... additionalCloseables) static 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 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 TypeClassDescriptionclass
FileSystem used to mount an Assembly into the VFS.final class
final class
A real filesystem.final class
A special FileSystem which supports multiple roots.