Class FuseTMountProvider
java.lang.Object
org.cryptomator.frontend.fuse.mount.FuseTMountProvider
- All Implemented Interfaces:
org.cryptomator.integrations.mount.MountService
@Priority(90)
@OperatingSystem(MAC)
public class FuseTMountProvider
extends Object
implements org.cryptomator.integrations.mount.MountService
Mounts a file system on macOS using fuse-t.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSet<org.cryptomator.integrations.mount.MountCapability> org.cryptomator.integrations.mount.MountBuilderforFileSystem(Path fileSystemRoot) intbooleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.cryptomator.integrations.mount.MountService
hasCapability
-
Constructor Details
-
FuseTMountProvider
public FuseTMountProvider()
-
-
Method Details
-
displayName
- Specified by:
displayNamein interfaceorg.cryptomator.integrations.mount.MountService
-
isSupported
public boolean isSupported()- Specified by:
isSupportedin interfaceorg.cryptomator.integrations.mount.MountService
-
forFileSystem
- Specified by:
forFileSystemin interfaceorg.cryptomator.integrations.mount.MountService
-
capabilities
- Specified by:
capabilitiesin interfaceorg.cryptomator.integrations.mount.MountService
-
getDefaultLoopbackPort
public int getDefaultLoopbackPort()- Specified by:
getDefaultLoopbackPortin interfaceorg.cryptomator.integrations.mount.MountService
-
getDefaultMountFlags
- Specified by:
getDefaultMountFlagsin interfaceorg.cryptomator.integrations.mount.MountService
-