Class DokanyMountProvider

java.lang.Object
org.cryptomator.frontend.dokany.mount.DokanyMountProvider
All Implemented Interfaces:
org.cryptomator.integrations.mount.MountService

public class DokanyMountProvider extends Object implements org.cryptomator.integrations.mount.MountService
Dokany implementation of the MountService interface.
  • Constructor Details

    • DokanyMountProvider

      public DokanyMountProvider()
  • 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
    • getDefaultMountFlags

      public String getDefaultMountFlags()
      Specified by:
      getDefaultMountFlags 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
    • forFileSystem

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