Class Revision.DateSpec
- java.lang.Object
-
- org.apache.subversion.javahl.types.Revision
-
- org.apache.subversion.javahl.types.Revision.DateSpec
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Revision
public static class Revision.DateSpec extends Revision
class to specify a revision by a date- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.subversion.javahl.types.Revision
Revision.DateSpec, Revision.Kind, Revision.Number
-
-
Constructor Summary
Constructors Constructor Description DateSpec(java.util.Date date)
create a revision by date object
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object target)
compare to revision objectsjava.util.Date
getDate()
Returns the date of the revisionint
hashCode()
java.lang.String
toString()
return the textual representation of the revision-
Methods inherited from class org.apache.subversion.javahl.types.Revision
getInstance, getInstance, getKind
-
-