Class NoRegExpMatching

java.lang.Object
com.sshtools.client.sftp.NoRegExpMatching
All Implemented Interfaces:
RegularExpressionMatching

public class NoRegExpMatching extends Object implements RegularExpressionMatching
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.