|
||||||||
| 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(String datestr)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Calendar |
getCalender()
Returns the time of the commit as Calendar |
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()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LogDate(String datestr)
throws ParseException
ParseException| Method Detail |
|---|
public long getTimeMicros()
public long getTimeMillis()
public Calendar getCalender()
public Date getDate()
public String toString()
toString in class Objectpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||