Package | Description |
---|---|
org.apache.sshd.common.util.io | |
org.apache.sshd.sftp.client.fs |
Modifier and Type | Class and Description |
---|---|
class |
DirectoryScanner
Class for scanning a directory for files/directories which match certain criteria.
|
Modifier and Type | Class and Description |
---|---|
class |
SftpClientDirectoryScanner
Uses an
SftpClient to scan a directory (possibly recursively) and find files that match a given set of
inclusion patterns. |
class |
SftpPathDirectoryScanner
An SFTP-aware
DirectoryScanner that assumes all Path -s refer to SFTP remote ones and match patterns
use "/" as their separator with case sensitive matching by default (though the latter can be modified). |
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.