Class AbstractMountBuilder
java.lang.Object
org.cryptomator.frontend.webdav.mount.AbstractMountBuilder
- All Implemented Interfaces:
org.cryptomator.integrations.mount.MountBuilder
public abstract class AbstractMountBuilder
extends Object
implements org.cryptomator.integrations.mount.MountBuilder
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Stringfinal org.cryptomator.integrations.mount.Mountmount()protected abstract org.cryptomator.integrations.mount.Mountmount(WebDavServerHandle serverHandle, WebDavServletController servlet, URI uri) org.cryptomator.integrations.mount.MountBuildersetLoopbackPort(@org.jetbrains.annotations.Range(from=0L, to=32767L) int port) org.cryptomator.integrations.mount.MountBuildersetVolumeId(String volumeId) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.cryptomator.integrations.mount.MountBuilder
setFileSystemName, setLoopbackHostName, setMountFlags, setMountpoint, setReadOnly, setVolumeName
-
Field Details
-
vfsRoot
-
volumeId
-
port
protected int port
-
-
Constructor Details
-
AbstractMountBuilder
-
-
Method Details
-
setLoopbackPort
public org.cryptomator.integrations.mount.MountBuilder setLoopbackPort(@org.jetbrains.annotations.Range(from=0L, to=32767L) int port) - Specified by:
setLoopbackPortin interfaceorg.cryptomator.integrations.mount.MountBuilder
-
setVolumeId
- Specified by:
setVolumeIdin interfaceorg.cryptomator.integrations.mount.MountBuilder
-
getContextPath
-
mount
public final org.cryptomator.integrations.mount.Mount mount() throws org.cryptomator.integrations.mount.MountFailedException- Specified by:
mountin interfaceorg.cryptomator.integrations.mount.MountBuilder- Throws:
org.cryptomator.integrations.mount.MountFailedException
-
mount
protected abstract org.cryptomator.integrations.mount.Mount mount(WebDavServerHandle serverHandle, WebDavServletController servlet, URI uri) throws org.cryptomator.integrations.mount.MountFailedException - Throws:
org.cryptomator.integrations.mount.MountFailedException
-