Class MountHandle

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    public class MountHandle
    extends Object
    implements Closeable
    Wrapper object to hold onto and close a VFS mount handle. If the provided mount handle is null then no action will be taken.
    Author:
    John E. Bailey, Jason T. Greene, Stuart Douglas
    • Constructor Detail

      • MountHandle

        @Deprecated
        public MountHandle​(Closeable handle)
        Deprecated.
        Construct new instance with the mount handle to close.
        Parameters:
        handle - The mount handle to close