Class AbstractMount
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 Summary
FieldsModifier and TypeFieldDescriptionprotected final WebDavServerHandleprotected final WebDavServletController -
Constructor Summary
ConstructorsConstructorDescriptionAbstractMount(WebDavServerHandle serverHandle, WebDavServletController servlet) -
Method Summary
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.Mount
getMountpoint, unmountForced
-
Field Details
-
serverHandle
-
servlet
-
-
Constructor Details
-
AbstractMount
-
-
Method Details
-
unmount
public void unmount() throws org.cryptomator.integrations.mount.UnmountFailedException- Specified by:
unmountin interfaceorg.cryptomator.integrations.mount.Mount- Throws:
org.cryptomator.integrations.mount.UnmountFailedException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceorg.cryptomator.integrations.mount.Mount- Throws:
org.cryptomator.integrations.mount.UnmountFailedExceptionIOException
-