|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectraccoon.core.file.endpoint.FileComparator
public class FileComparator
Compares the last modified time stamp of two given files.
| Constructor Summary | |
|---|---|
FileComparator()
|
|
| Method Summary | |
|---|---|
int |
compare(java.lang.Object pReferenceFile,
java.lang.Object pCandidatFile)
Compares the last modified attribute of the given files. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Comparator |
|---|
equals |
| Constructor Detail |
|---|
public FileComparator()
| Method Detail |
|---|
public int compare(java.lang.Object pReferenceFile,
java.lang.Object pCandidatFile)
compare in interface java.util.ComparatorpReferenceFile - the first file used in the comparaison.pCandidatFile - the second file used to compare to.
File#lastModified()}
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||