Uses of Class
org.cryptomator.cryptofs.attr.AttributeByNameProvider
-
Packages that use AttributeByNameProvider Package Description org.cryptomator.cryptofs Crypto filesystem decoration layerorg.cryptomator.cryptofs.attr -
-
Uses of AttributeByNameProvider in org.cryptomator.cryptofs
Methods in org.cryptomator.cryptofs with parameters of type AttributeByNameProvider 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 AttributeByNameProvider in org.cryptomator.cryptofs.attr
Methods in org.cryptomator.cryptofs.attr that return AttributeByNameProvider Modifier and Type Method Description AttributeByNameProviderAttributeByNameProvider_Factory. get()static AttributeByNameProviderAttributeByNameProvider_Factory. newInstance(AttributeProvider attributeProvider, AttributeViewProvider attributeViewProvider)
-