Package org.tigris.subversion.javahl
Interface StatusKind
- All Known Implementing Classes:
Status.Kind
public interface StatusKind
class for kind status of the item or its properties
-
Field Summary
Fields Modifier and Type Field Description static int
added
is scheduled for additonstatic int
conflicted
local mods received conflicting repos modsstatic int
deleted
scheduled for deletionstatic int
external
an unversioned path populated by an svn:externals propertystatic int
ignored
a resource marked as ignoredstatic int
incomplete
a directory doesn't contain a complete entries liststatic int
merged
local mods received repos modsstatic int
missing
under v.c., but is missingstatic int
modified
text or props have been modifiedstatic int
none
does not existstatic int
normal
exists, but uninterestingstatic int
obstructed
an unversioned resource is in the way of the versioned resourcestatic int
replaced
was deleted and then re-addedstatic int
unversioned
is not a versioned thing in this wc
-
Field Details
-
none
static final int nonedoes not exist- See Also:
- Constant Field Values
-
normal
static final int normalexists, but uninteresting- See Also:
- Constant Field Values
-
modified
static final int modifiedtext or props have been modified- See Also:
- Constant Field Values
-
added
static final int addedis scheduled for additon- See Also:
- Constant Field Values
-
deleted
static final int deletedscheduled for deletion- See Also:
- Constant Field Values
-
unversioned
static final int unversionedis not a versioned thing in this wc- See Also:
- Constant Field Values
-
missing
static final int missingunder v.c., but is missing- See Also:
- Constant Field Values
-
replaced
static final int replacedwas deleted and then re-added- See Also:
- Constant Field Values
-
merged
static final int mergedlocal mods received repos mods- See Also:
- Constant Field Values
-
conflicted
static final int conflictedlocal mods received conflicting repos mods- See Also:
- Constant Field Values
-
obstructed
static final int obstructedan unversioned resource is in the way of the versioned resource- See Also:
- Constant Field Values
-
ignored
static final int ignoreda resource marked as ignored- See Also:
- Constant Field Values
-
incomplete
static final int incompletea directory doesn't contain a complete entries list- See Also:
- Constant Field Values
-
external
static final int externalan unversioned path populated by an svn:externals property- See Also:
- Constant Field Values
-