Uses of Class
org.cryptomator.frontend.webdav.mount.Mounter.CommandFailedException
-
Packages that use Mounter.CommandFailedException Package Description org.cryptomator.frontend.webdav.mount org.cryptomator.frontend.webdav.servlet -
-
Uses of Mounter.CommandFailedException in org.cryptomator.frontend.webdav.mount
Methods in org.cryptomator.frontend.webdav.mount that throw Mounter.CommandFailedException Modifier and Type Method Description Mounter.MountMounter. mount(java.net.URI uri, MountParams mountParams)Tries to mount a given webdav share.voidMounter.Mount. reveal()voidMounter.UnmountOperation. unmount() -
Uses of Mounter.CommandFailedException in org.cryptomator.frontend.webdav.servlet
Methods in org.cryptomator.frontend.webdav.servlet that throw Mounter.CommandFailedException Modifier and Type Method Description Mounter.MountWebDavServletController. mount(MountParams mountParams)Tries to mount the resource served by this servlet as a WebDAV drive on the local machine.
-