Uses of Class
org.apache.sshd.common.util.io.PathScanningMatcher
-
Packages that use PathScanningMatcher Package Description org.apache.sshd.common.util.io org.apache.sshd.sftp.client.fs -
-
Uses of PathScanningMatcher in org.apache.sshd.common.util.io
Subclasses of PathScanningMatcher in org.apache.sshd.common.util.io Modifier and Type Class Description class
DirectoryScanner
Class for scanning a directory for files/directories which match certain criteria. -
Uses of PathScanningMatcher in org.apache.sshd.sftp.client.fs
Subclasses of PathScanningMatcher in org.apache.sshd.sftp.client.fs Modifier and Type Class Description class
SftpClientDirectoryScanner
Uses anSftpClient
to scan a directory (possibly recursively) and find files that match a given set of inclusion patterns.class
SftpPathDirectoryScanner
An SFTP-awareDirectoryScanner
that assumes allPath
-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).
-