public class LastModificationDateComparator
extends java.lang.Object
implements java.util.Comparator<org.apache.commons.vfs.FileObject>
Simple file object comparator working on the last modification date.
| Constructor and Description |
|---|
LastModificationDateComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(org.apache.commons.vfs.FileObject file1,
org.apache.commons.vfs.FileObject file2) |
Copyright © 2005-2015 FuseSource. All Rights Reserved.