Uses of Enum Class
org.cryptomator.cryptofs.DirStructure
Packages that use DirStructure
-
Uses of DirStructure in org.cryptomator.cryptofs
Methods in org.cryptomator.cryptofs that return DirStructureModifier and TypeMethodDescriptionstatic DirStructureDirStructure.checkDirStructure(Path pathToVault, String vaultConfigFilename, String masterkeyFilename) Analyzes the structure of the given directory under certain vault existence criteria.static DirStructureCryptoFileSystemProvider.checkDirStructureForVault(Path pathToAssumedVault, String vaultConfigFilename, String masterkeyFilename) Delegate tocheckDirStructure(Path, String, String).static DirStructureReturns the enum constant of this class with the specified name.static DirStructure[]DirStructure.values()Returns an array containing the constants of this enum class, in the order they are declared.