Uses of Enum Class
org.cryptomator.cryptofs.CryptoFileSystemProperties.FileSystemFlags
Packages that use CryptoFileSystemProperties.FileSystemFlags
-
Uses of CryptoFileSystemProperties.FileSystemFlags in org.cryptomator.cryptofs
Methods in org.cryptomator.cryptofs that return CryptoFileSystemProperties.FileSystemFlagsModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.CryptoFileSystemProperties.FileSystemFlags.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.cryptomator.cryptofs that return types with arguments of type CryptoFileSystemProperties.FileSystemFlagsMethods in org.cryptomator.cryptofs with parameters of type CryptoFileSystemProperties.FileSystemFlagsModifier and TypeMethodDescriptionCryptoFileSystemProperties.Builder.withFlags(CryptoFileSystemProperties.FileSystemFlags... flags) Sets the flags for a CryptoFileSystem.Method parameters in org.cryptomator.cryptofs with type arguments of type CryptoFileSystemProperties.FileSystemFlagsModifier and TypeMethodDescriptionCryptoFileSystemProperties.Builder.withFlags(Collection<CryptoFileSystemProperties.FileSystemFlags> flags) Sets the flags for a CryptoFileSystem.