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
  • Field Details

    • fullPath

      private final String fullPath
    • relativePath

      private final String relativePath
  • Constructor Details

  • Method Details

    • 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 class SftpClient.DirEntry