Uses of Class
org.cryptomator.cryptofs.Symlinks
Packages that use Symlinks
Package
Description
Crypto filesystem decoration layer
-
Uses of Symlinks in org.cryptomator.cryptofs
Methods in org.cryptomator.cryptofs that return SymlinksModifier and TypeMethodDescriptionSymlinks_Factory.get()static SymlinksSymlinks_Factory.newInstance(CryptoPathMapper cryptoPathMapper, LongFileNameProvider longFileNameProvider, org.cryptomator.cryptofs.fh.OpenCryptoFiles openCryptoFiles, ReadonlyFlag readonlyFlag) Methods in org.cryptomator.cryptofs with parameters of type SymlinksModifier 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 org.cryptomator.cryptofs.CryptoPathFactoryCryptoPathFactory_Factory.newInstance(Symlinks symlinks) Method parameters in org.cryptomator.cryptofs with type arguments of type SymlinksConstructor parameters in org.cryptomator.cryptofs with type arguments of type SymlinksModifierConstructorDescriptionCryptoPathFactory_Factory(javax.inject.Provider<Symlinks> symlinksProvider) -
Uses of Symlinks in org.cryptomator.cryptofs.attr
Methods in org.cryptomator.cryptofs.attr with parameters of type SymlinksModifier 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)