Class WinFspMountProvider.WinFspMountBuilder
java.lang.Object
org.cryptomator.frontend.fuse.mount.WinFspMountProvider.WinFspMountBuilder
- All Implemented Interfaces:
org.cryptomator.integrations.mount.MountBuilder
- Enclosing class:
WinFspMountProvider
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionCombines themount flagswith any additional option that might have been set separately.org.cryptomator.integrations.mount.Mountmount()org.cryptomator.integrations.mount.MountBuildersetFileSystemName(String fsName) org.cryptomator.integrations.mount.MountBuildersetMountFlags(String mountFlagsString) org.cryptomator.integrations.mount.MountBuildersetMountpoint(Path mountPoint) org.cryptomator.integrations.mount.MountBuildersetReadOnly(boolean mountReadOnly) org.cryptomator.integrations.mount.MountBuildersetVolumeName(String volumeName) 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
setLoopbackHostName, setLoopbackPort, setVolumeId
-
Field Details
-
vfsRoot
-
mountPoint
-
mountFlags
-
volumeName
-
-
Method Details
-
setMountpoint
- Specified by:
setMountpointin interfaceorg.cryptomator.integrations.mount.MountBuilder
-
setFileSystemName
-
setReadOnly
public org.cryptomator.integrations.mount.MountBuilder setReadOnly(boolean mountReadOnly) -
combinedMountFlags
-
mount
public org.cryptomator.integrations.mount.Mount mount() throws org.cryptomator.integrations.mount.MountFailedException- Throws:
org.cryptomator.integrations.mount.MountFailedException
-
setMountFlags
- Specified by:
setMountFlagsin interfaceorg.cryptomator.integrations.mount.MountBuilder
-
setVolumeName
- Specified by:
setVolumeNamein interfaceorg.cryptomator.integrations.mount.MountBuilder
-