Uses of Class
org.cryptomator.cryptofs.common.FileSystemCapabilityChecker.MissingCapabilityException
Packages that use FileSystemCapabilityChecker.MissingCapabilityException
-
Uses of FileSystemCapabilityChecker.MissingCapabilityException in org.cryptomator.cryptofs.common
Methods in org.cryptomator.cryptofs.common that throw FileSystemCapabilityChecker.MissingCapabilityExceptionModifier and TypeMethodDescriptionvoidFileSystemCapabilityChecker.assertAllCapabilities(Path pathToVault) Checks whether the underlying filesystem has all required capabilities.voidFileSystemCapabilityChecker.assertReadAccess(Path pathToVault) Checks whether the underlying filesystem allows reading the given dir.voidFileSystemCapabilityChecker.assertWriteAccess(Path pathToVault) Checks whether the underlying filesystem allows writing to the given dir.