Class MacAppleScriptMounter

java.lang.Object
org.cryptomator.frontend.webdav.mount.MacAppleScriptMounter
All Implemented Interfaces:
org.cryptomator.integrations.mount.MountService

@Priority(50) @OperatingSystem(MAC) public class MacAppleScriptMounter extends Object implements org.cryptomator.integrations.mount.MountService
  • Constructor Details

    • MacAppleScriptMounter

      public MacAppleScriptMounter()
  • Method Details

    • displayName

      public String displayName()
      Specified by:
      displayName in interface org.cryptomator.integrations.mount.MountService
    • isSupported

      public boolean isSupported()
      Specified by:
      isSupported in interface org.cryptomator.integrations.mount.MountService
    • capabilities

      public Set<org.cryptomator.integrations.mount.MountCapability> capabilities()
      Specified by:
      capabilities in interface org.cryptomator.integrations.mount.MountService
    • getDefaultLoopbackPort

      public @org.jetbrains.annotations.Range(from=0L, to=32767L) int getDefaultLoopbackPort()
      Specified by:
      getDefaultLoopbackPort in interface org.cryptomator.integrations.mount.MountService
    • forFileSystem

      public org.cryptomator.integrations.mount.MountBuilder forFileSystem(Path path)
      Specified by:
      forFileSystem in interface org.cryptomator.integrations.mount.MountService