Interface Mounter


  • public interface Mounter
    • Method Detail

      • mount

        Mounter.Mount mount​(java.net.URI uri,
                            MountParams mountParams)
                     throws Mounter.CommandFailedException
        Tries to mount a given webdav share.
        Parameters:
        uri - URI of the webdav share
        mountParams - additional mount parameters, that might be needed by certain OS-specific mount commands.
        Returns:
        a Mounter.Mount representing the mounted share
        Throws:
        Mounter.CommandFailedException - if the mount operation fails
        java.lang.IllegalArgumentException - if mountParams is missing expected options