Uses of Interface
com.sshtools.sftp.RegularExpressionMatching

Packages that use RegularExpressionMatching
com.sshtools.sftp This package contains the SSHTools SFTP client converted for use with the J2SSH Maverick API. 
 

Uses of RegularExpressionMatching in com.sshtools.sftp
 

Classes in com.sshtools.sftp that implement RegularExpressionMatching
 class GlobRegExpMatching
          Implements the RegularExpressionMatching Interface.
 class NoRegExpMatching
          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 Perl5RegExpMatching
          Implements the RegularExpressionMatching Interface.
 



Copyright © 2003-2008 SSHTools LTD. All Rights Reserved.