|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tigris.subversion.javahl.LogDate
public class LogDate
Holds date for a log message. This class maintains the time to the microsecond and is not lossy.
Constructor Summary | |
---|---|
LogDate(java.lang.String datestr)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.Calendar |
getCalender()
Returns the time of the commit as Calendar |
java.util.Date |
getDate()
Returns the date of the commit |
long |
getTimeMicros()
Returns the time of the commit in microseconds |
long |
getTimeMillis()
Returns the time of the commit in milliseconds |
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LogDate(java.lang.String datestr) throws java.text.ParseException
java.text.ParseException
Method Detail |
---|
public long getTimeMicros()
public long getTimeMillis()
public java.util.Calendar getCalender()
public java.util.Date getDate()
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |