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
public static class SftpClientDirectoryScanner.ScanDirEntry extends SftpClient.DirEntry
The result of a scan- Author:
- Apache MINA SSHD Project
-
-
Field Summary
-
Fields inherited from class org.apache.sshd.sftp.client.SftpClient.DirEntry
BY_CASE_INSENSITIVE_FILENAME, BY_CASE_SENSITIVE_FILENAME
-
-
Constructor Summary
Constructors Constructor Description ScanDirEntry(String fullPath, String relativePath, SftpClient.DirEntry dirEntry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFullPath()
String
getRelativePath()
String
toString()
-
Methods inherited from class org.apache.sshd.sftp.client.SftpClient.DirEntry
getAttributes, getFilename, getLongFilename
-
-
-
-
Constructor Detail
-
ScanDirEntry
public ScanDirEntry(String fullPath, String relativePath, SftpClient.DirEntry dirEntry)
-
-
Method Detail
-
getFullPath
public String getFullPath()
- Returns:
- The full path represented by this entry
-
getRelativePath
public String getRelativePath()
- Returns:
- The relative path from the base directory used for scanning
-
toString
public String toString()
- Overrides:
toString
in classSftpClient.DirEntry
-
-