Package org.tigris.subversion.javahl
Class Revision.Kind
- java.lang.Object
-
- org.tigris.subversion.javahl.Revision.Kind
-
- All Implemented Interfaces:
RevisionKind
- Enclosing class:
- Revision
public static final class Revision.Kind extends java.lang.Object implements RevisionKind
Various ways of specifying revisions. Note: In contexts where local mods are relevant, the `working' kind refers to the uncommitted "working" revision, which may be modified with respect to its base revision. In other contexts, `working' should behave the same as `committed' or `current'. the values are defined in RevisionKind because of building reasons
-
-
Field Summary
-
Fields inherited from interface org.tigris.subversion.javahl.RevisionKind
base, committed, date, head, number, previous, unspecified, working
-
-
Constructor Summary
Constructors Constructor Description Kind()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
fromAKind(Revision.Kind aKind)
static Revision.Kind
toAKind(int kind)
-
-
-
Method Detail
-
fromAKind
public static int fromAKind(Revision.Kind aKind)
-
toAKind
public static Revision.Kind toAKind(int kind)
-
-