Uses of Interface
org.cryptomator.frontend.dokany.mount.SafeUnmountCheck
Packages that use SafeUnmountCheck
Package
Description
-
Uses of SafeUnmountCheck in org.cryptomator.frontend.dokany.adapter
Constructor parameters in org.cryptomator.frontend.dokany.adapter with type arguments of type SafeUnmountCheckModifierConstructorDescriptionReadWriteAdapter(Path fileSystemRoot, LockManager lockManager, VolumeInformation volumeInfo, AtomicReference<SafeUnmountCheck> safeUnmountCheck) Creates a new ReadWriteAdapter with the given Path as root and adds to the OpenHandleCheckBuilder the check if the OpenHandleFactory is empty or not. -
Uses of SafeUnmountCheck in org.cryptomator.frontend.dokany.internal
Constructors in org.cryptomator.frontend.dokany.internal with parameters of type SafeUnmountCheckModifierConstructorDescriptionDokanyMount(DeviceOptions deviceOptions, DokanyFileSystem fileSystem, SafeUnmountCheck unmountCheck)