Interface MountHandle

All Superinterfaces:
AutoCloseable, Closeable

public interface MountHandle extends 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.
Author:
invalid input: '<'a href=mailto:jbailey@redhat.com">John Bailey
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the source file used for the mount.

    Methods inherited from interface java.io.Closeable

    close
  • Method Details

    • getMountSource

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