net.jot.web.filebrowser
Class JOTFileComparators
java.lang.Object
net.jot.web.filebrowser.JOTFileComparators
public class JOTFileComparators
- extends java.lang.Object
Static comparators objects used to order file listings.
Used by JotFileBrowser
- Author:
- thibautc
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAME_ASC_COMPARATOR
public static final java.util.Comparator NAME_ASC_COMPARATOR
NAME_DESC_COMPARATOR
public static final java.util.Comparator NAME_DESC_COMPARATOR
SIZE_ASC_COMPARATOR
public static final java.util.Comparator SIZE_ASC_COMPARATOR
SIZE_DESC_COMPARATOR
public static final java.util.Comparator SIZE_DESC_COMPARATOR
TSTAMP_ASC_COMPARATOR
public static final java.util.Comparator TSTAMP_ASC_COMPARATOR
TSTAMP_DESC_COMPARATOR
public static final java.util.Comparator TSTAMP_DESC_COMPARATOR
JOTFileComparators
public JOTFileComparators()