Class SftpPath
java.lang.Object
org.apache.sshd.common.file.util.BasePath<SftpPath, SftpFileSystem>
org.apache.sshd.sftp.client.fs.SftpPath
- Direct Known Subclasses:
SftpPathImpl
A
Path on an SftpFileSystem.-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the cachedSftpClient.Attributesof thisSftpPath, if it has any.toRealPath(LinkOption... options) Methods inherited from class BasePath
asString, asT, calculatedHashCode, checkPath, compare, compareTo, create, create, create, endsWith, endsWith, endsWith, equals, getFileName, getFileSystem, getName, getNameCount, getParent, getRoot, hashCode, isAbsolute, isNormal, iterator, normalize, register, register, relativize, resolve, resolve, resolveSibling, resolveSibling, startsWith, startsWith, startsWith, subpath, toAbsolutePath, toFile, toString, toUriMethods inherited from interface Iterable
forEach, spliterator
-
Constructor Details
-
SftpPath
-
-
Method Details
-
getAttributes
Retrieves the cachedSftpClient.Attributesof thisSftpPath, if it has any.- Returns:
- the cached
SftpClient.Attributesornullif there are none cached
-
toRealPath
- Throws:
IOException
-