Package org.tigris.subversion.javahl
Interface StatusKind
-
- All Known Implementing Classes:
Status.Kind
public interface StatusKindclass for kind status of the item or its properties
-
-
Field Summary
Fields Modifier and Type Field Description static intaddedis scheduled for additonstatic intconflictedlocal mods received conflicting repos modsstatic intdeletedscheduled for deletionstatic intexternalan unversioned path populated by an svn:externals propertystatic intignoreda resource marked as ignoredstatic intincompletea directory doesn't contain a complete entries liststatic intmergedlocal mods received repos modsstatic intmissingunder v.c., but is missingstatic intmodifiedtext or props have been modifiedstatic intnonedoes not existstatic intnormalexists, but uninterestingstatic intobstructedan unversioned resource is in the way of the versioned resourcestatic intreplacedwas deleted and then re-addedstatic intunversionedis not a versioned thing in this wc
-
-
-
Field Detail
-
none
static final int none
does not exist- See Also:
- Constant Field Values
-
normal
static final int normal
exists, but uninteresting- See Also:
- Constant Field Values
-
modified
static final int modified
text or props have been modified- See Also:
- Constant Field Values
-
added
static final int added
is scheduled for additon- See Also:
- Constant Field Values
-
deleted
static final int deleted
scheduled for deletion- See Also:
- Constant Field Values
-
unversioned
static final int unversioned
is not a versioned thing in this wc- See Also:
- Constant Field Values
-
missing
static final int missing
under v.c., but is missing- See Also:
- Constant Field Values
-
replaced
static final int replaced
was deleted and then re-added- See Also:
- Constant Field Values
-
merged
static final int merged
local mods received repos mods- See Also:
- Constant Field Values
-
conflicted
static final int conflicted
local mods received conflicting repos mods- See Also:
- Constant Field Values
-
obstructed
static final int obstructed
an unversioned resource is in the way of the versioned resource- See Also:
- Constant Field Values
-
ignored
static final int ignored
a resource marked as ignored- See Also:
- Constant Field Values
-
incomplete
static final int incomplete
a directory doesn't contain a complete entries list- See Also:
- Constant Field Values
-
external
static final int external
an unversioned path populated by an svn:externals property- See Also:
- Constant Field Values
-
-