Class Revision.DateSpec
java.lang.Object
org.apache.subversion.javahl.types.Revision
org.apache.subversion.javahl.types.Revision.DateSpec
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Revision
class to specify a revision by a date
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.subversion.javahl.types.Revision
Revision.DateSpec, Revision.Kind, Revision.Number
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.subversion.javahl.types.Revision
createNumber, getInstance, getInstance, getKind
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
revDate
the date
-
-
Constructor Details
-
DateSpec
create a revision by date object- Parameters:
date
-
-
-
Method Details
-
getDate
Returns the date of the revision- Returns:
- the date
-
toString
return the textual representation of the revision -
equals
compare to revision objects -
hashCode
public int hashCode()
-