Uses of Class
org.cryptomator.cryptofs.attr.AttributeProvider
-
Packages that use AttributeProvider Package Description org.cryptomator.cryptofs Crypto filesystem decoration layerorg.cryptomator.cryptofs.attr -
-
Uses of AttributeProvider in org.cryptomator.cryptofs
Methods in org.cryptomator.cryptofs with parameters of type AttributeProvider Modifier and Type Method Description static org.cryptomator.cryptofs.CryptoFileSystemImplCryptoFileSystemImpl_Factory. newInstance(CryptoFileSystemProvider provider, Object cryptoFileSystems, Path pathToVault, org.cryptomator.cryptolib.api.Cryptor cryptor, Object fileStore, CryptoFileSystemStats stats, CryptoPathMapper cryptoPathMapper, Object cryptoPathFactory, Object pathMatcherFactory, DirectoryStreamFactory directoryStreamFactory, Object dirIdProvider, AttributeProvider fileAttributeProvider, AttributeByNameProvider fileAttributeByNameProvider, AttributeViewProvider fileAttributeViewProvider, OpenCryptoFiles openCryptoFiles, Symlinks symlinks, FinallyUtil finallyUtil, CiphertextDirectoryDeleter ciphertextDirDeleter, ReadonlyFlag readonlyFlag, Object rootDirectoryInitializer) -
Uses of AttributeProvider in org.cryptomator.cryptofs.attr
Methods in org.cryptomator.cryptofs.attr that return AttributeProvider Modifier and Type Method Description AttributeProviderAttributeProvider_Factory. get()static AttributeProviderAttributeProvider_Factory. newInstance(org.cryptomator.cryptolib.api.Cryptor cryptor, CryptoPathMapper pathMapper, OpenCryptoFiles openCryptoFiles, CryptoFileSystemProperties fileSystemProperties, Symlinks symlinks)Methods in org.cryptomator.cryptofs.attr with parameters of type AttributeProvider Modifier and Type Method Description static AttributeByNameProviderAttributeByNameProvider_Factory. newInstance(AttributeProvider attributeProvider, AttributeViewProvider attributeViewProvider)static org.cryptomator.cryptofs.attr.CryptoBasicFileAttributeViewCryptoBasicFileAttributeView_Factory. newInstance(CryptoPath cleartextPath, CryptoPathMapper pathMapper, LinkOption[] linkOptions, Symlinks symlinks, OpenCryptoFiles openCryptoFiles, AttributeProvider fileAttributeProvider, ReadonlyFlag readonlyFlag)static org.cryptomator.cryptofs.attr.CryptoDosFileAttributeViewCryptoDosFileAttributeView_Factory. newInstance(CryptoPath cleartextPath, CryptoPathMapper pathMapper, LinkOption[] linkOptions, Symlinks symlinks, OpenCryptoFiles openCryptoFiles, AttributeProvider fileAttributeProvider, ReadonlyFlag readonlyFlag)static org.cryptomator.cryptofs.attr.CryptoPosixFileAttributeViewCryptoPosixFileAttributeView_Factory. newInstance(CryptoPath cleartextPath, CryptoPathMapper pathMapper, LinkOption[] linkOptions, Symlinks symlinks, OpenCryptoFiles openCryptoFiles, AttributeProvider fileAttributeProvider, ReadonlyFlag readonlyFlag)Method parameters in org.cryptomator.cryptofs.attr with type arguments of type AttributeProvider Modifier and Type Method Description static AttributeByNameProvider_FactoryAttributeByNameProvider_Factory. create(javax.inject.Provider<AttributeProvider> attributeProvider, javax.inject.Provider<AttributeViewProvider> attributeViewProvider)Constructor parameters in org.cryptomator.cryptofs.attr with type arguments of type AttributeProvider Constructor Description AttributeByNameProvider_Factory(javax.inject.Provider<AttributeProvider> attributeProvider, javax.inject.Provider<AttributeViewProvider> attributeViewProvider)
-