Uses of Interface
com.sshtools.client.sftp.RegularExpressionMatching
Packages that use RegularExpressionMatching
-
Uses of RegularExpressionMatching in com.sshtools.client.sftp
Classes in com.sshtools.client.sftp that implement RegularExpressionMatchingModifier and TypeClassDescriptionclass
class
Implements the RegularExpressionMatching Interface.
Performs no regular expression matching so:
matchFilesWithPattern() simply returns the files parameter it is passed as an argument
matchFileNamesWithPattern() simply returns a 1 element array containing the filename on the first element of the file[] argument passed to it.class