public final class UpToDateStatus extends Object implements Comparable
UpToDateStatusProvider.getUpToDate()
for more information.Modifier and Type | Field and Description |
---|---|
static UpToDateStatus |
UP_TO_DATE_DIRTY
Up-to-date status saying that the list of marks is
not up-to-date, and nothing is currently done in order to
get the up-to-date list.
|
static UpToDateStatus |
UP_TO_DATE_OK
Up-to-date status saying everything is up-to-date.
|
static UpToDateStatus |
UP_TO_DATE_PROCESSING
Up-to-date status saying that the list of marks is
not up-to-date, but a up-to-date list of marks is currently
being found.
|
public static final UpToDateStatus UP_TO_DATE_OK
public static final UpToDateStatus UP_TO_DATE_PROCESSING
public static final UpToDateStatus UP_TO_DATE_DIRTY
public int compareTo(Object o)
compareTo
in interface Comparable