Interface MountHandle

  • All Superinterfaces:
    java.lang.AutoCloseable, java.io.Closeable
    All Known Implementing Classes:
    BasicMountHandle

    public interface MountHandle
    extends java.io.Closeable
    This class represents a handle to a mounted FileSystem. This can be used to close/cleanup the FileSystem as well as to access the mount source.
    • Method Detail

      • getMountSource

        java.io.File getMountSource()
        Get the source file used for the mount.
        Returns:
        the source file