Uses of Class
org.cryptomator.cryptofs.ReadonlyFlag
Packages that use ReadonlyFlag
Package
Description
Crypto filesystem decoration layer
-
Uses of ReadonlyFlag in org.cryptomator.cryptofs
Methods in org.cryptomator.cryptofs that return ReadonlyFlagModifier and TypeMethodDescriptionReadonlyFlag_Factory.get()static ReadonlyFlagReadonlyFlag_Factory.newInstance(CryptoFileSystemProperties properties) Methods in org.cryptomator.cryptofs with parameters of type ReadonlyFlagModifier and TypeMethodDescriptionstatic EffectiveOpenOptionsEffectiveOpenOptions.from(Set<? extends OpenOption> options, ReadonlyFlag readonlyFlag) static org.cryptomator.cryptofs.CryptoFileStoreCryptoFileStore_Factory.newInstance(Optional<FileStore> delegate, 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, 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 LongFileNameProviderLongFileNameProvider_Factory.newInstance(ReadonlyFlag readonlyFlag) 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 ReadonlyFlagModifier and TypeMethodDescriptionstatic LongFileNameProvider_FactoryLongFileNameProvider_Factory.create(javax.inject.Provider<ReadonlyFlag> readonlyFlagProvider) Constructors in org.cryptomator.cryptofs with parameters of type ReadonlyFlagConstructor parameters in org.cryptomator.cryptofs with type arguments of type ReadonlyFlagModifierConstructorDescriptionLongFileNameProvider_Factory(javax.inject.Provider<ReadonlyFlag> readonlyFlagProvider) -
Uses of ReadonlyFlag in org.cryptomator.cryptofs.attr
Methods in org.cryptomator.cryptofs.attr with parameters of type ReadonlyFlagModifier and TypeMethodDescriptionstatic 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)