Package org.apache.sshd.sftp.client.fs
Class SftpClientDirectoryScanner.ScanDirEntry
java.lang.Object
org.apache.sshd.sftp.client.SftpClient.DirEntry
org.apache.sshd.sftp.client.fs.SftpClientDirectoryScanner.ScanDirEntry
- Enclosing class:
- SftpClientDirectoryScanner
The result of a scan
-
Field Summary
FieldsFields inherited from class org.apache.sshd.sftp.client.SftpClient.DirEntry
BY_CASE_INSENSITIVE_FILENAME, BY_CASE_SENSITIVE_FILENAME
-
Constructor Summary
ConstructorsConstructorDescriptionScanDirEntry
(String fullPath, String relativePath, SftpClient.DirEntry dirEntry) -
Method Summary
Methods inherited from class org.apache.sshd.sftp.client.SftpClient.DirEntry
getAttributes, getFilename, getLongFilename
-
Field Details
-
fullPath
-
relativePath
-
-
Constructor Details
-
ScanDirEntry
-
-
Method Details
-
getFullPath
- Returns:
- The full path represented by this entry
-
getRelativePath
- Returns:
- The relative path from the base directory used for scanning
-
toString
- Overrides:
toString
in classSftpClient.DirEntry
-