Uses of Class
org.apache.sshd.common.util.io.PathScanningMatcher
Packages that use PathScanningMatcher
-
Uses of PathScanningMatcher in org.apache.sshd.common.util.io
Subclasses of PathScanningMatcher in org.apache.sshd.common.util.ioModifier and TypeClassDescriptionclass
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.fsModifier and TypeClassDescriptionclass
Uses anSftpClient
to scan a directory (possibly recursively) and find files that match a given set of inclusion patterns.class
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).