Uses of Class
org.cryptomator.cryptofs.CryptoFileSystemProperties.FileSystemFlags
-
Packages that use CryptoFileSystemProperties.FileSystemFlags Package Description org.cryptomator.cryptofs Crypto filesystem decoration layer -
-
Uses of CryptoFileSystemProperties.FileSystemFlags in org.cryptomator.cryptofs
Methods in org.cryptomator.cryptofs that return CryptoFileSystemProperties.FileSystemFlags Modifier and Type Method Description static CryptoFileSystemProperties.FileSystemFlagsCryptoFileSystemProperties.FileSystemFlags. valueOf(String name)Returns the enum constant of this type with the specified name.static CryptoFileSystemProperties.FileSystemFlags[]CryptoFileSystemProperties.FileSystemFlags. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.cryptomator.cryptofs that return types with arguments of type CryptoFileSystemProperties.FileSystemFlags Modifier and Type Method Description Set<CryptoFileSystemProperties.FileSystemFlags>CryptoFileSystemProperties. flags()Methods in org.cryptomator.cryptofs with parameters of type CryptoFileSystemProperties.FileSystemFlags Modifier and Type Method Description CryptoFileSystemProperties.BuilderCryptoFileSystemProperties.Builder. withFlags(CryptoFileSystemProperties.FileSystemFlags... flags)Sets the flags for a CryptoFileSystem.Method parameters in org.cryptomator.cryptofs with type arguments of type CryptoFileSystemProperties.FileSystemFlags Modifier and Type Method Description CryptoFileSystemProperties.BuilderCryptoFileSystemProperties.Builder. withFlags(Collection<CryptoFileSystemProperties.FileSystemFlags> flags)Sets the flags for a CryptoFileSystem.
-