|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tigris.subversion.svnclientadapter.SVNRevision.Kind
public static final class SVNRevision.Kind
Various ways of specifying revisions. 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'.
Field Summary | |
---|---|
static int |
base
.svn/entries current revision |
static int |
committed
rev of most recent change |
static int |
date
revision given as date |
static int |
head
repository youngest |
static int |
number
revision given as number |
static int |
previous
(rev of most recent change) - 1 |
static int |
unspecified
No revision information given. |
static int |
working
current, plus local mods |
Constructor Summary | |
---|---|
SVNRevision.Kind()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int unspecified
public static final int number
public static final int date
public static final int committed
public static final int previous
public static final int base
public static final int working
public static final int head
Constructor Detail |
---|
public SVNRevision.Kind()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |