Uses of Class
com.myjavaworld.util.RegexFilter

Packages that use RegexFilter
com.myjavaworld.ftp This package contains the interfaces and default implementations for accessing a remote computer using file transfer protocol (FTP). 
 

Uses of RegexFilter in com.myjavaworld.ftp
 

Methods in com.myjavaworld.ftp that return RegexFilter
 RegexFilter RemoteFileFilter.getRegexFilter()
          Returns the name filter.
 

Methods in com.myjavaworld.ftp with parameters of type RegexFilter
 void RemoteFileFilter.setRegexFilter(RegexFilter regexFilter)
          Sets the name filter to the given filter.
 

Constructors in com.myjavaworld.ftp with parameters of type RegexFilter
RemoteFileFilter(RegexFilter regexFilter, DateFilter dateFilter)
          Creates an instance of RemoteFileFilter.
RemoteFileFilter(RegexFilter regexFilter, DateFilter dateFilter, boolean exclusionFilter)
           
 



Copyright © 2000-2012 jMethods, Inc.. All Rights Reserved.