|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.Date | +--com.ice.cvsc.CVSTimestamp
The CVSTimestamp class is a subclass of Date, specifically designed to be used as the time stamp of CVS entries. This class allows us to display the timestamps of CVS Entries, as well as determine when files have been updated.
CVSTimestampFormat
,
Serialized FormField Summary | |
static java.lang.String |
RCS_ID
|
static java.lang.String |
RCS_REV
|
Constructor Summary | |
CVSTimestamp()
|
|
CVSTimestamp(java.util.Date date)
|
|
CVSTimestamp(long msSinceEpoch)
|
Method Summary | |
boolean |
equalsTime(long time)
Determines if this timestamp is considered equivalent to the time represented by the parameter we are passed. |
boolean |
equalsTimestamp(CVSTimestamp stamp)
Determines if this timestamp is considered equivalent to the time represented by another timestamp. |
Methods inherited from class java.util.Date |
after, before, clone, compareTo, compareTo, equals, getDate, getDay, getHours, getMinutes, getMonth, getSeconds, getTime, getTimezoneOffset, getYear, hashCode, parse, setDate, setHours, setMinutes, setMonth, setSeconds, setTime, setYear, toGMTString, toLocaleString, toString, UTC |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String RCS_ID
public static final java.lang.String RCS_REV
Constructor Detail |
public CVSTimestamp()
public CVSTimestamp(long msSinceEpoch)
public CVSTimestamp(java.util.Date date)
Method Detail |
public boolean equalsTime(long time)
public boolean equalsTimestamp(CVSTimestamp stamp)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |