Uses of Class
org.cryptomator.cryptofs.dir.DirectoryStreamFactory
-
Packages that use DirectoryStreamFactory Package Description org.cryptomator.cryptofs Crypto filesystem decoration layerorg.cryptomator.cryptofs.dir This package contains classes used during directory listing. -
-
Uses of DirectoryStreamFactory in org.cryptomator.cryptofs
Methods in org.cryptomator.cryptofs with parameters of type DirectoryStreamFactory 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 DirectoryStreamFactory in org.cryptomator.cryptofs.dir
Methods in org.cryptomator.cryptofs.dir that return DirectoryStreamFactory Modifier and Type Method Description DirectoryStreamFactoryDirectoryStreamFactory_Factory. get()static DirectoryStreamFactoryDirectoryStreamFactory_Factory. newInstance(CryptoPathMapper cryptoPathMapper, DirectoryStreamComponent.Builder directoryStreamComponentBuilder)Methods in org.cryptomator.cryptofs.dir with parameters of type DirectoryStreamFactory Modifier and Type Method Description static CiphertextDirectoryDeleterCiphertextDirectoryDeleter_Factory. newInstance(DirectoryStreamFactory directoryStreamFactory)Method parameters in org.cryptomator.cryptofs.dir with type arguments of type DirectoryStreamFactory Modifier and Type Method Description static CiphertextDirectoryDeleter_FactoryCiphertextDirectoryDeleter_Factory. create(javax.inject.Provider<DirectoryStreamFactory> directoryStreamFactoryProvider)Constructors in org.cryptomator.cryptofs.dir with parameters of type DirectoryStreamFactory Constructor Description CiphertextDirectoryDeleter(DirectoryStreamFactory directoryStreamFactory)Constructor parameters in org.cryptomator.cryptofs.dir with type arguments of type DirectoryStreamFactory Constructor Description CiphertextDirectoryDeleter_Factory(javax.inject.Provider<DirectoryStreamFactory> directoryStreamFactoryProvider)
-