Package org.tigris.subversion.javahl
Class Revision.DateSpec
java.lang.Object
org.tigris.subversion.javahl.Revision
org.tigris.subversion.javahl.Revision.DateSpec
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Revision
class to specify a revision by a date
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.tigris.subversion.javahl.Revision
Revision.DateSpec, Revision.Kind, Revision.Number
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected java.util.Date
the dateprivate static final long
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.tigris.subversion.javahl.Revision
createFromApache, createNumber, getInstance, getInstance, getKind
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
revDate
protected java.util.Date revDatethe date
-
-
Constructor Details
-
DateSpec
public DateSpec(java.util.Date date) create a revision by date object- Parameters:
date
-
-
-
Method Details
-
getDate
public java.util.Date getDate()Returns the date of the revision- Returns:
- the date
-
toString
public java.lang.String toString()return the textual representation of the revision -
equals
public boolean equals(java.lang.Object target) compare to revision objects -
hashCode
public int hashCode() -
toApache
-