Uses of Class
org.cryptomator.cryptofs.CryptoPathMapper
Packages that use CryptoPathMapper
Package
Description
Crypto filesystem decoration layer
This package contains classes used during directory listing.
-
Uses of CryptoPathMapper in org.cryptomator.cryptofs
Methods in org.cryptomator.cryptofs that return CryptoPathMapperModifier and TypeMethodDescriptionCryptoPathMapper_Factory.get()static CryptoPathMapperCryptoPathMapper_Factory.newInstance(Path pathToVault, org.cryptomator.cryptolib.api.Cryptor cryptor, Object dirIdProvider, LongFileNameProvider longFileNameProvider, VaultConfig vaultConfig) Methods in org.cryptomator.cryptofs with parameters of type CryptoPathMapperModifier and TypeMethodDescriptionstatic 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, org.cryptomator.cryptofs.dir.DirectoryStreamFactory directoryStreamFactory, Object dirIdProvider, DirectoryIdBackup dirIdBackup, org.cryptomator.cryptofs.attr.AttributeProvider fileAttributeProvider, org.cryptomator.cryptofs.attr.AttributeByNameProvider fileAttributeByNameProvider, org.cryptomator.cryptofs.attr.AttributeViewProvider fileAttributeViewProvider, org.cryptomator.cryptofs.fh.OpenCryptoFiles openCryptoFiles, Symlinks symlinks, FinallyUtil finallyUtil, org.cryptomator.cryptofs.dir.CiphertextDirectoryDeleter ciphertextDirDeleter, ReadonlyFlag readonlyFlag, CryptoFileSystemProperties fileSystemProperties) static SymlinksSymlinks_Factory.newInstance(CryptoPathMapper cryptoPathMapper, LongFileNameProvider longFileNameProvider, org.cryptomator.cryptofs.fh.OpenCryptoFiles openCryptoFiles, ReadonlyFlag readonlyFlag) Method parameters in org.cryptomator.cryptofs with type arguments of type CryptoPathMapperModifier and TypeMethodDescriptionstatic Symlinks_FactorySymlinks_Factory.create(javax.inject.Provider<CryptoPathMapper> cryptoPathMapperProvider, javax.inject.Provider<LongFileNameProvider> longFileNameProvider, javax.inject.Provider<org.cryptomator.cryptofs.fh.OpenCryptoFiles> openCryptoFilesProvider, javax.inject.Provider<ReadonlyFlag> readonlyFlagProvider) Constructor parameters in org.cryptomator.cryptofs with type arguments of type CryptoPathMapperModifierConstructorDescriptionSymlinks_Factory(javax.inject.Provider<CryptoPathMapper> cryptoPathMapperProvider, javax.inject.Provider<LongFileNameProvider> longFileNameProvider, javax.inject.Provider<org.cryptomator.cryptofs.fh.OpenCryptoFiles> openCryptoFilesProvider, javax.inject.Provider<ReadonlyFlag> readonlyFlagProvider) -
Uses of CryptoPathMapper in org.cryptomator.cryptofs.attr
Methods in org.cryptomator.cryptofs.attr with parameters of type CryptoPathMapperModifier and TypeMethodDescriptionstatic org.cryptomator.cryptofs.attr.AttributeProviderAttributeProvider_Factory.newInstance(org.cryptomator.cryptofs.attr.AttributeComponent.Factory attributeComponentFactory, CryptoPathMapper pathMapper, Symlinks symlinks) static org.cryptomator.cryptofs.attr.CryptoBasicFileAttributeViewCryptoBasicFileAttributeView_Factory.newInstance(CryptoPath cleartextPath, CryptoPathMapper pathMapper, LinkOption[] linkOptions, Symlinks symlinks, org.cryptomator.cryptofs.fh.OpenCryptoFiles openCryptoFiles, org.cryptomator.cryptofs.attr.AttributeProvider fileAttributeProvider, ReadonlyFlag readonlyFlag) static org.cryptomator.cryptofs.attr.CryptoDosFileAttributeViewCryptoDosFileAttributeView_Factory.newInstance(CryptoPath cleartextPath, CryptoPathMapper pathMapper, LinkOption[] linkOptions, Symlinks symlinks, org.cryptomator.cryptofs.fh.OpenCryptoFiles openCryptoFiles, org.cryptomator.cryptofs.attr.AttributeProvider fileAttributeProvider, ReadonlyFlag readonlyFlag) static org.cryptomator.cryptofs.attr.CryptoFileOwnerAttributeViewCryptoFileOwnerAttributeView_Factory.newInstance(CryptoPath cleartextPath, CryptoPathMapper pathMapper, LinkOption[] linkOptions, Symlinks symlinks, org.cryptomator.cryptofs.fh.OpenCryptoFiles openCryptoFiles, ReadonlyFlag readonlyFlag) static org.cryptomator.cryptofs.attr.CryptoPosixFileAttributeViewCryptoPosixFileAttributeView_Factory.newInstance(CryptoPath cleartextPath, CryptoPathMapper pathMapper, LinkOption[] linkOptions, Symlinks symlinks, org.cryptomator.cryptofs.fh.OpenCryptoFiles openCryptoFiles, org.cryptomator.cryptofs.attr.AttributeProvider fileAttributeProvider, ReadonlyFlag readonlyFlag) -
Uses of CryptoPathMapper in org.cryptomator.cryptofs.dir
Methods in org.cryptomator.cryptofs.dir with parameters of type CryptoPathMapperModifier and TypeMethodDescriptionstatic org.cryptomator.cryptofs.dir.BrokenDirectoryFilterBrokenDirectoryFilter_Factory.newInstance(CryptoPathMapper cryptoPathMapper) static org.cryptomator.cryptofs.dir.DirectoryStreamFactoryDirectoryStreamFactory_Factory.newInstance(CryptoPathMapper cryptoPathMapper, org.cryptomator.cryptofs.dir.DirectoryStreamComponent.Factory directoryStreamComponentFactory) Method parameters in org.cryptomator.cryptofs.dir with type arguments of type CryptoPathMapperModifier and TypeMethodDescriptionBrokenDirectoryFilter_Factory.create(javax.inject.Provider<CryptoPathMapper> cryptoPathMapperProvider) DirectoryStreamFactory_Factory.create(javax.inject.Provider<CryptoPathMapper> cryptoPathMapperProvider, javax.inject.Provider<org.cryptomator.cryptofs.dir.DirectoryStreamComponent.Factory> directoryStreamComponentFactoryProvider) Constructor parameters in org.cryptomator.cryptofs.dir with type arguments of type CryptoPathMapperModifierConstructorDescriptionBrokenDirectoryFilter_Factory(javax.inject.Provider<CryptoPathMapper> cryptoPathMapperProvider) DirectoryStreamFactory_Factory(javax.inject.Provider<CryptoPathMapper> cryptoPathMapperProvider, javax.inject.Provider<org.cryptomator.cryptofs.dir.DirectoryStreamComponent.Factory> directoryStreamComponentFactoryProvider)