Uses of Class
org.shept.util.FileNameDate

Packages that use FileNameDate
org.shept.util   
 

Uses of FileNameDate in org.shept.util
 

Methods in org.shept.util that return types with arguments of type FileNameDate
 SortedMap<FileNameDate,org.apache.commons.net.ftp.FTPFile> FtpFileCopy.fileMapByNameAndDate(org.apache.commons.net.ftp.FTPClient ftp, String filePattern)
          List the file directory as specified by the name filter and the path directory The maps keys contain name and modification date for comparison
static SortedMap<FileNameDate,File> FileUtils.fileMapByNameAndDate(String path, String filePattern)
          List the file directory as specified by the name filter and the path directory The maps keys contain name and modification date for comparison
 

Methods in org.shept.util with parameters of type FileNameDate
 int FileNameDate.compareTo(FileNameDate key)
          Default sorting behavior first by fileName and then by modificationDate
 



Copyright © 2011. All Rights Reserved.