Uses of Class
com.myjavaworld.util.DateFilter

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

Uses of DateFilter in com.myjavaworld.ftp
 

Methods in com.myjavaworld.ftp that return DateFilter
 DateFilter RemoteFileFilter.getDateFilter()
          Returns the date filter.
 

Methods in com.myjavaworld.ftp with parameters of type DateFilter
 void RemoteFileFilter.setDateFilter(DateFilter dateFilter)
          Sets the date filter to the given filter.
 

Constructors in com.myjavaworld.ftp with parameters of type DateFilter
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.