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