Uses of Class
org.cryptomator.cryptofs.CryptoFileSystemProperties
-
Packages that use CryptoFileSystemProperties Package Description org.cryptomator.cryptofs Crypto filesystem decoration layerorg.cryptomator.cryptofs.attr -
-
Uses of CryptoFileSystemProperties in org.cryptomator.cryptofs
Methods in org.cryptomator.cryptofs that return CryptoFileSystemProperties Modifier and Type Method Description CryptoFileSystemPropertiesCryptoFileSystemProperties.Builder. build()Validates the values and creates newCryptoFileSystemProperties.static CryptoFileSystemPropertiesCryptoFileSystemProperties. wrap(Map<String,?> properties)ConstructsCryptoFileSystemPropertiesfrom aMap.Methods in org.cryptomator.cryptofs with parameters of type CryptoFileSystemProperties Modifier and Type Method Description static CryptoFileSystemCryptoFileSystemProvider. newFileSystem(Path pathToVault, CryptoFileSystemProperties properties)Typesafe alternative toFileSystems.newFileSystem(URI, Map).static ReadonlyFlagReadonlyFlag_Factory. newInstance(CryptoFileSystemProperties properties, Path pathToVault)CryptoFileSystemComponent.BuilderCryptoFileSystemComponent.Builder. properties(CryptoFileSystemProperties cryptoFileSystemProperties)static org.cryptomator.cryptolib.api.CryptorCryptoFileSystemModule_ProvideCryptorFactory. provideCryptor(org.cryptomator.cryptofs.CryptoFileSystemModule instance, org.cryptomator.cryptolib.api.CryptorProvider cryptorProvider, Path pathToVault, CryptoFileSystemProperties properties, ReadonlyFlag readonlyFlag)Method parameters in org.cryptomator.cryptofs with type arguments of type CryptoFileSystemProperties Modifier and Type Method Description static ReadonlyFlag_FactoryReadonlyFlag_Factory. create(javax.inject.Provider<CryptoFileSystemProperties> propertiesProvider, javax.inject.Provider<Path> pathToVaultProvider)Constructors in org.cryptomator.cryptofs with parameters of type CryptoFileSystemProperties Constructor Description ReadonlyFlag(CryptoFileSystemProperties properties, Path pathToVault)Constructor parameters in org.cryptomator.cryptofs with type arguments of type CryptoFileSystemProperties Constructor Description ReadonlyFlag_Factory(javax.inject.Provider<CryptoFileSystemProperties> propertiesProvider, javax.inject.Provider<Path> pathToVaultProvider) -
Uses of CryptoFileSystemProperties in org.cryptomator.cryptofs.attr
Methods in org.cryptomator.cryptofs.attr with parameters of type CryptoFileSystemProperties Modifier and Type Method Description static AttributeProviderAttributeProvider_Factory. newInstance(org.cryptomator.cryptolib.api.Cryptor cryptor, CryptoPathMapper pathMapper, OpenCryptoFiles openCryptoFiles, CryptoFileSystemProperties fileSystemProperties, Symlinks symlinks)
-