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
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.tigris.subversion.javahl.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 booleanequals(java.lang.Object target)compare to revision objectsjava.util.DategetDate()Returns the date of the revisioninthashCode()RevisiontoApache()java.lang.StringtoString()return the textual representation of the revision-
Methods inherited from class org.tigris.subversion.javahl.Revision
createFromApache, createNumber, getInstance, getInstance, getKind
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
revDate
protected java.util.Date revDate
the date
-
-