java.lang.Object
org.cryptomator.frontend.webdav.mount.AbstractMount
All Implemented Interfaces:
AutoCloseable, org.cryptomator.integrations.mount.Mount

public abstract class AbstractMount extends Object implements org.cryptomator.integrations.mount.Mount
  • Field Details

  • Constructor Details

  • Method Details

    • unmount

      public void unmount() throws org.cryptomator.integrations.mount.UnmountFailedException
      Specified by:
      unmount in interface org.cryptomator.integrations.mount.Mount
      Throws:
      org.cryptomator.integrations.mount.UnmountFailedException
    • close

      public void close() throws org.cryptomator.integrations.mount.UnmountFailedException, IOException
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface org.cryptomator.integrations.mount.Mount
      Throws:
      org.cryptomator.integrations.mount.UnmountFailedException
      IOException