Uses of Class
org.cryptomator.frontend.webdav.mount.MountParams
-
Packages that use MountParams Package Description org.cryptomator.frontend.webdav.mount org.cryptomator.frontend.webdav.servlet -
-
Uses of MountParams in org.cryptomator.frontend.webdav.mount
Methods in org.cryptomator.frontend.webdav.mount that return MountParams Modifier and Type Method Description MountParamsMountParams.MountParamsBuilder. build()Methods in org.cryptomator.frontend.webdav.mount with parameters of type MountParams Modifier and Type Method Description Mounter.MountMounter. mount(java.net.URI uri, MountParams mountParams)Tries to mount a given webdav share. -
Uses of MountParams in org.cryptomator.frontend.webdav.servlet
Methods in org.cryptomator.frontend.webdav.servlet with parameters of type MountParams 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.
-