Uses of Class
org.apache.sshd.sftp.client.fs.SftpClientDirectoryScanner.ScanDirEntry
-
Packages that use SftpClientDirectoryScanner.ScanDirEntry Package Description org.apache.sshd.sftp.client.fs -
-
Uses of SftpClientDirectoryScanner.ScanDirEntry in org.apache.sshd.sftp.client.fs
Methods in org.apache.sshd.sftp.client.fs with type parameters of type SftpClientDirectoryScanner.ScanDirEntry Modifier and Type Method Description <C extends Collection<SftpClientDirectoryScanner.ScanDirEntry>>
CSftpClientDirectoryScanner. scan(SftpClient client, Supplier<? extends C> factory)
protected <C extends Collection<SftpClientDirectoryScanner.ScanDirEntry>>
CSftpClientDirectoryScanner. scandir(SftpClient client, String rootDir, String parent, C filesList)
Methods in org.apache.sshd.sftp.client.fs that return types with arguments of type SftpClientDirectoryScanner.ScanDirEntry Modifier and Type Method Description Collection<SftpClientDirectoryScanner.ScanDirEntry>
SftpClientDirectoryScanner. scan(SftpClient client)
Scans the currentbasedir
-