Uses of Class
org.cryptomator.cryptofs.Symlinks
-
Packages that use Symlinks Package Description org.cryptomator.cryptofs Crypto filesystem decoration layerorg.cryptomator.cryptofs.attr -
-
Uses of Symlinks in org.cryptomator.cryptofs
Methods in org.cryptomator.cryptofs that return Symlinks Modifier and Type Method Description SymlinksSymlinks_Factory. get()static SymlinksSymlinks_Factory. newInstance(CryptoPathMapper cryptoPathMapper, LongFileNameProvider longFileNameProvider, OpenCryptoFiles openCryptoFiles, ReadonlyFlag readonlyFlag)Methods in org.cryptomator.cryptofs with parameters of type Symlinks 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)static org.cryptomator.cryptofs.CryptoPathFactoryCryptoPathFactory_Factory. newInstance(Symlinks symlinks)Method parameters in org.cryptomator.cryptofs with type arguments of type Symlinks Modifier and Type Method Description static CryptoPathFactory_FactoryCryptoPathFactory_Factory. create(javax.inject.Provider<Symlinks> symlinksProvider)Constructor parameters in org.cryptomator.cryptofs with type arguments of type Symlinks Constructor Description CryptoPathFactory_Factory(javax.inject.Provider<Symlinks> symlinksProvider) -
Uses of Symlinks in org.cryptomator.cryptofs.attr
Methods in org.cryptomator.cryptofs.attr with parameters of type Symlinks Modifier and Type Method Description static AttributeProviderAttributeProvider_Factory. newInstance(org.cryptomator.cryptolib.api.Cryptor cryptor, CryptoPathMapper pathMapper, OpenCryptoFiles openCryptoFiles, CryptoFileSystemProperties fileSystemProperties, Symlinks symlinks)static org.cryptomator.cryptofs.attr.CryptoBasicFileAttributeViewCryptoBasicFileAttributeView_Factory. newInstance(CryptoPath cleartextPath, CryptoPathMapper pathMapper, LinkOption[] linkOptions, Symlinks symlinks, OpenCryptoFiles openCryptoFiles, AttributeProvider fileAttributeProvider, ReadonlyFlag readonlyFlag)static org.cryptomator.cryptofs.attr.CryptoDosFileAttributeViewCryptoDosFileAttributeView_Factory. newInstance(CryptoPath cleartextPath, CryptoPathMapper pathMapper, LinkOption[] linkOptions, Symlinks symlinks, OpenCryptoFiles openCryptoFiles, AttributeProvider fileAttributeProvider, ReadonlyFlag readonlyFlag)static org.cryptomator.cryptofs.attr.CryptoFileOwnerAttributeViewCryptoFileOwnerAttributeView_Factory. newInstance(CryptoPath cleartextPath, CryptoPathMapper pathMapper, LinkOption[] linkOptions, Symlinks symlinks, OpenCryptoFiles openCryptoFiles, ReadonlyFlag readonlyFlag)static org.cryptomator.cryptofs.attr.CryptoPosixFileAttributeViewCryptoPosixFileAttributeView_Factory. newInstance(CryptoPath cleartextPath, CryptoPathMapper pathMapper, LinkOption[] linkOptions, Symlinks symlinks, OpenCryptoFiles openCryptoFiles, AttributeProvider fileAttributeProvider, ReadonlyFlag readonlyFlag)
-