Uses of Class
org.cryptomator.cryptofs.CryptoPath
-
Packages that use CryptoPath Package Description org.cryptomator.cryptofs Crypto filesystem decoration layerorg.cryptomator.cryptofs.attr org.cryptomator.cryptofs.dir This package contains classes used during directory listing. -
-
Uses of CryptoPath in org.cryptomator.cryptofs
Methods in org.cryptomator.cryptofs that return CryptoPath Modifier and Type Method Description CryptoPathCryptoPath. getFileName()CryptoPathCryptoPath. getName(int index)CryptoPathCryptoPath. getParent()CryptoPathCryptoPath. getRoot()CryptoPathCryptoPath. normalize()CryptoPathSymlinks. readSymbolicLink(CryptoPath cleartextPath)CryptoPathCryptoPath. relativize(Path path)CryptoPathCryptoPath. resolve(String other)CryptoPathCryptoPath. resolve(Path path)CryptoPathSymlinks. resolveRecursively(CryptoPath cleartextPath)CryptoPathCryptoPath. resolveSibling(String other)CryptoPathCryptoPath. resolveSibling(Path path)CryptoPathCryptoPath. subpath(int beginIndex, int endIndex)CryptoPathCryptoPath. toAbsolutePath()CryptoPathCryptoPath. toRealPath(LinkOption... options)Methods in org.cryptomator.cryptofs with parameters of type CryptoPath Modifier and Type Method Description voidCryptoPathMapper. assertNonExisting(CryptoPath cleartextPath)Verifies that no node exists for the given path.voidSymlinks. createSymbolicLink(CryptoPath cleartextPath, Path target, FileAttribute<?>... attrs)CryptoPathMapper.CiphertextDirectoryCryptoPathMapper. getCiphertextDir(CryptoPath cleartextPath)CiphertextFilePathCryptoPathMapper. getCiphertextFilePath(CryptoPath cleartextPath)CiphertextFileTypeCryptoPathMapper. getCiphertextFileType(CryptoPath cleartextPath)voidCryptoPathMapper. invalidatePathMapping(CryptoPath cleartextPath)voidCryptoPathMapper. movePathMapping(CryptoPath cleartextSrc, CryptoPath cleartextDst)CryptoPathSymlinks. readSymbolicLink(CryptoPath cleartextPath)CryptoPathSymlinks. resolveRecursively(CryptoPath cleartextPath) -
Uses of CryptoPath in org.cryptomator.cryptofs.attr
Methods in org.cryptomator.cryptofs.attr with parameters of type CryptoPath Modifier and Type Method Description AttributeViewComponent.BuilderAttributeViewComponent.Builder. cleartextPath(CryptoPath cleartextPath)<A extends FileAttributeView>
AAttributeViewProvider. getAttributeView(CryptoPath cleartextPath, Class<A> type, LinkOption... options)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)Map<String,Object>AttributeByNameProvider. readAttributes(CryptoPath cleartextPath, String attributesString, LinkOption... options)<A extends BasicFileAttributes>
AAttributeProvider. readAttributes(CryptoPath cleartextPath, Class<A> type, LinkOption... options)voidAttributeByNameProvider. setAttribute(CryptoPath cleartextPath, String attributeName, Object value, LinkOption... options)Method parameters in org.cryptomator.cryptofs.attr with type arguments of type CryptoPath Modifier and Type Method Description static CryptoBasicFileAttributeView_FactoryCryptoBasicFileAttributeView_Factory. create(javax.inject.Provider<CryptoPath> cleartextPathProvider, javax.inject.Provider<CryptoPathMapper> pathMapperProvider, javax.inject.Provider<LinkOption[]> linkOptionsProvider, javax.inject.Provider<Symlinks> symlinksProvider, javax.inject.Provider<OpenCryptoFiles> openCryptoFilesProvider, javax.inject.Provider<AttributeProvider> fileAttributeProvider, javax.inject.Provider<ReadonlyFlag> readonlyFlagProvider)static CryptoDosFileAttributeView_FactoryCryptoDosFileAttributeView_Factory. create(javax.inject.Provider<CryptoPath> cleartextPathProvider, javax.inject.Provider<CryptoPathMapper> pathMapperProvider, javax.inject.Provider<LinkOption[]> linkOptionsProvider, javax.inject.Provider<Symlinks> symlinksProvider, javax.inject.Provider<OpenCryptoFiles> openCryptoFilesProvider, javax.inject.Provider<AttributeProvider> fileAttributeProvider, javax.inject.Provider<ReadonlyFlag> readonlyFlagProvider)static CryptoFileOwnerAttributeView_FactoryCryptoFileOwnerAttributeView_Factory. create(javax.inject.Provider<CryptoPath> cleartextPathProvider, javax.inject.Provider<CryptoPathMapper> pathMapperProvider, javax.inject.Provider<LinkOption[]> linkOptionsProvider, javax.inject.Provider<Symlinks> symlinksProvider, javax.inject.Provider<OpenCryptoFiles> openCryptoFilesProvider, javax.inject.Provider<ReadonlyFlag> readonlyFlagProvider)static CryptoPosixFileAttributeView_FactoryCryptoPosixFileAttributeView_Factory. create(javax.inject.Provider<CryptoPath> cleartextPathProvider, javax.inject.Provider<CryptoPathMapper> pathMapperProvider, javax.inject.Provider<LinkOption[]> linkOptionsProvider, javax.inject.Provider<Symlinks> symlinksProvider, javax.inject.Provider<OpenCryptoFiles> openCryptoFilesProvider, javax.inject.Provider<AttributeProvider> fileAttributeProvider, javax.inject.Provider<ReadonlyFlag> readonlyFlagProvider)Constructor parameters in org.cryptomator.cryptofs.attr with type arguments of type CryptoPath Constructor Description CryptoBasicFileAttributeView_Factory(javax.inject.Provider<CryptoPath> cleartextPathProvider, javax.inject.Provider<CryptoPathMapper> pathMapperProvider, javax.inject.Provider<LinkOption[]> linkOptionsProvider, javax.inject.Provider<Symlinks> symlinksProvider, javax.inject.Provider<OpenCryptoFiles> openCryptoFilesProvider, javax.inject.Provider<AttributeProvider> fileAttributeProvider, javax.inject.Provider<ReadonlyFlag> readonlyFlagProvider)CryptoDosFileAttributeView_Factory(javax.inject.Provider<CryptoPath> cleartextPathProvider, javax.inject.Provider<CryptoPathMapper> pathMapperProvider, javax.inject.Provider<LinkOption[]> linkOptionsProvider, javax.inject.Provider<Symlinks> symlinksProvider, javax.inject.Provider<OpenCryptoFiles> openCryptoFilesProvider, javax.inject.Provider<AttributeProvider> fileAttributeProvider, javax.inject.Provider<ReadonlyFlag> readonlyFlagProvider)CryptoFileOwnerAttributeView_Factory(javax.inject.Provider<CryptoPath> cleartextPathProvider, javax.inject.Provider<CryptoPathMapper> pathMapperProvider, javax.inject.Provider<LinkOption[]> linkOptionsProvider, javax.inject.Provider<Symlinks> symlinksProvider, javax.inject.Provider<OpenCryptoFiles> openCryptoFilesProvider, javax.inject.Provider<ReadonlyFlag> readonlyFlagProvider)CryptoPosixFileAttributeView_Factory(javax.inject.Provider<CryptoPath> cleartextPathProvider, javax.inject.Provider<CryptoPathMapper> pathMapperProvider, javax.inject.Provider<LinkOption[]> linkOptionsProvider, javax.inject.Provider<Symlinks> symlinksProvider, javax.inject.Provider<OpenCryptoFiles> openCryptoFilesProvider, javax.inject.Provider<AttributeProvider> fileAttributeProvider, javax.inject.Provider<ReadonlyFlag> readonlyFlagProvider) -
Uses of CryptoPath in org.cryptomator.cryptofs.dir
Methods in org.cryptomator.cryptofs.dir with parameters of type CryptoPath Modifier and Type Method Description voidCiphertextDirectoryDeleter. deleteCiphertextDirIncludingNonCiphertextFiles(Path ciphertextDir, CryptoPath cleartextDir)CryptoDirectoryStreamDirectoryStreamFactory. newDirectoryStream(CryptoPath cleartextDir, DirectoryStream.Filter<? super Path> filter)
-