Uses of Class
org.cryptomator.cryptofs.common.FileSystemCapabilityChecker.Capability
-
Packages that use FileSystemCapabilityChecker.Capability Package Description org.cryptomator.cryptofs.common -
-
Uses of FileSystemCapabilityChecker.Capability in org.cryptomator.cryptofs.common
Methods in org.cryptomator.cryptofs.common that return FileSystemCapabilityChecker.Capability Modifier and Type Method Description FileSystemCapabilityChecker.CapabilityFileSystemCapabilityChecker.MissingCapabilityException. getMissingCapability()static FileSystemCapabilityChecker.CapabilityFileSystemCapabilityChecker.Capability. valueOf(String name)Returns the enum constant of this type with the specified name.static FileSystemCapabilityChecker.Capability[]FileSystemCapabilityChecker.Capability. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.cryptomator.cryptofs.common with parameters of type FileSystemCapabilityChecker.Capability Constructor Description MissingCapabilityException(Path path, FileSystemCapabilityChecker.Capability missingCapability)
-