Uses of Class
org.cryptomator.cryptofs.ReadonlyFlag
-
Packages that use ReadonlyFlag Package Description org.cryptomator.cryptofs Crypto filesystem decoration layerorg.cryptomator.cryptofs.attr -
-
Uses of ReadonlyFlag in org.cryptomator.cryptofs
Methods in org.cryptomator.cryptofs that return ReadonlyFlag Modifier and Type Method Description ReadonlyFlagReadonlyFlag_Factory. get()static ReadonlyFlagReadonlyFlag_Factory. newInstance(CryptoFileSystemProperties properties, Path pathToVault)Methods in org.cryptomator.cryptofs with parameters of type ReadonlyFlag Modifier and Type Method Description static EffectiveOpenOptionsEffectiveOpenOptions. from(Set<? extends OpenOption> options, ReadonlyFlag readonlyFlag)static org.cryptomator.cryptofs.CryptoFileStoreCryptoFileStore_Factory. newInstance(Path pathToVault, ReadonlyFlag readonlyFlag)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 LongFileNameProviderLongFileNameProvider_Factory. newInstance(ReadonlyFlag readonlyFlag)static org.cryptomator.cryptofs.RootDirectoryInitializerRootDirectoryInitializer_Factory. newInstance(CryptoPathMapper cryptoPathMapper, ReadonlyFlag readonlyFlag, Object files)static SymlinksSymlinks_Factory. newInstance(CryptoPathMapper cryptoPathMapper, LongFileNameProvider longFileNameProvider, OpenCryptoFiles openCryptoFiles, ReadonlyFlag readonlyFlag)static org.cryptomator.cryptolib.api.CryptorCryptoFileSystemModule_ProvideCryptorFactory. provideCryptor(org.cryptomator.cryptofs.CryptoFileSystemModule instance, org.cryptomator.cryptolib.api.CryptorProvider cryptorProvider, Path pathToVault, CryptoFileSystemProperties properties, ReadonlyFlag readonlyFlag)Method parameters in org.cryptomator.cryptofs with type arguments of type ReadonlyFlag Modifier and Type Method Description static LongFileNameProvider_FactoryLongFileNameProvider_Factory. create(javax.inject.Provider<ReadonlyFlag> readonlyFlagProvider)Constructors in org.cryptomator.cryptofs with parameters of type ReadonlyFlag Constructor Description LongFileNameProvider(ReadonlyFlag readonlyFlag)Constructor parameters in org.cryptomator.cryptofs with type arguments of type ReadonlyFlag Constructor Description LongFileNameProvider_Factory(javax.inject.Provider<ReadonlyFlag> readonlyFlagProvider) -
Uses of ReadonlyFlag in org.cryptomator.cryptofs.attr
Methods in org.cryptomator.cryptofs.attr with parameters of type ReadonlyFlag Modifier and Type Method Description 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)
-