|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--org.mmbase.util.XFileCompare
Class to compare XFile object depending on their comparefield.
SortedVector,
CompareInterface,
XFile| Constructor Summary | |
XFileCompare(java.lang.String compareField)
Create a XFuileCompare. |
|
| Method Summary | |
int |
compare(java.lang.Object thisOne,
java.lang.Object other)
Make the comparison. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public XFileCompare(java.lang.String compareField)
compareField - Attribute to compare on ('filepath' or 'modtime')| Method Detail |
public int compare(java.lang.Object thisOne,
java.lang.Object other)
compare in interface CompareInterfacethisOne - the first object to compare. should be a XFile.other - the second object to compare. should be a XFile.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||