| Package | Description |
|---|---|
| org.shept.util |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
int |
FileNameDate.compareTo(FileNameDate key)
Default sorting behavior first by fileName and then by modificationDate
|
Copyright © 2014. All Rights Reserved.