net.jot.web.filebrowser
Class JOTFileComparators

java.lang.Object
  extended by 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

Field Summary
static java.util.Comparator NAME_ASC_COMPARATOR
           
static java.util.Comparator NAME_DESC_COMPARATOR
           
static java.util.Comparator SIZE_ASC_COMPARATOR
           
static java.util.Comparator SIZE_DESC_COMPARATOR
           
static java.util.Comparator TSTAMP_ASC_COMPARATOR
           
static java.util.Comparator TSTAMP_DESC_COMPARATOR
           
 
Constructor Summary
JOTFileComparators()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

JOTFileComparators

public JOTFileComparators()