org.tigris.subversion.javahl
Class Revision.DateSpec
- Revision
public static class Revision.DateSpec
class to specify a revision by a date
DateSpec(Date date) - create a revision by date object
|
boolean | equals(Object target) - compare to revision objects
|
Date | getDate() - Returns the date of the revision
|
String | toString() - return the textual representation of the revision
|
revDate
protected Date revDate
the date
DateSpec
public DateSpec(Date date)
create a revision by date object
equals
public boolean equals(Object target)
compare to revision objects
- equals in interface Revision
- if both object have equal content
getDate
public Date getDate()
Returns the date of the revision
toString
public String toString()
return the textual representation of the revision
- toString in interface Revision