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 classDirectoryScannerClass 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 classSftpClientDirectoryScannerUses anSftpClientto scan a directory (possibly recursively) and find files that match a given set of inclusion patterns.classSftpPathDirectoryScannerAn SFTP-awareDirectoryScannerthat 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).
-