public static class Revision.DateSpec extends Revision
Revision.DateSpec, Revision.Kind, Revision.Number| Modifier and Type | Field and Description |
|---|---|
protected java.util.Date |
revDate
the date
|
BASE, COMMITTED, HEAD, PREVIOUS, revKind, START, SVN_INVALID_REVNUM, UNSPECIFIED, WORKING| Constructor and Description |
|---|
DateSpec(java.util.Date date)
create a revision by date object
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object target)
compare to revision objects
|
java.util.Date |
getDate()
Returns the date of the revision
|
int |
hashCode() |
java.lang.String |
toString()
return the textual representation of the revision
|
getInstance, getInstance, getKindpublic DateSpec(java.util.Date date)
date -