Class SVNStatusKind
java.lang.Object
org.tigris.subversion.svnclientadapter.SVNStatusKind
Base class for enumerating the possible types for a
Status.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SVNStatusKindis scheduled for additionstatic final SVNStatusKindlocal mods received conflicting repos modsstatic final SVNStatusKindscheduled for deletionstatic final SVNStatusKindan unversioned path populated by an svn:external propertystatic final SVNStatusKinda resource marked as ignoredstatic final SVNStatusKinda directory doesn't contain a complete entries liststatic final SVNStatusKindlocal mods received repos modsstatic final SVNStatusKindunder v.c., but is missingstatic final SVNStatusKindtext or props have been modifiedstatic final SVNStatusKinddoes not existstatic final SVNStatusKindexists, but uninteresting.static final SVNStatusKindan unversioned resource is in the way of the versioned resourcestatic final SVNStatusKindwas deleted and then re-addedstatic final SVNStatusKindis not a versioned thing in this wc -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic SVNStatusKindfromInt(int kind) Returns the SVNStatusKind corresponding to the given int representation.static SVNStatusKindfromString(String kind) returns the SVNStatusKind corresponding to the given string or nullinthashCode()booleanvoidsetTreeConflicted(boolean treeConflicted) inttoInt()toString()
-
Field Details
-
NONE
does not exist -
NORMAL
exists, but uninteresting. -
ADDED
is scheduled for addition -
MISSING
under v.c., but is missing -
INCOMPLETE
a directory doesn't contain a complete entries list -
DELETED
scheduled for deletion -
REPLACED
was deleted and then re-added -
MODIFIED
text or props have been modified -
MERGED
local mods received repos mods -
CONFLICTED
local mods received conflicting repos mods -
OBSTRUCTED
an unversioned resource is in the way of the versioned resource -
IGNORED
a resource marked as ignored -
EXTERNAL
an unversioned path populated by an svn:external property -
UNVERSIONED
is not a versioned thing in this wc
-
-
Method Details
-
toInt
public int toInt()- Returns:
- an integer value representation of the statusKind
-
setTreeConflicted
public void setTreeConflicted(boolean treeConflicted) -
hasTreeConflict
public boolean hasTreeConflict() -
fromInt
Returns the SVNStatusKind corresponding to the given int representation. (As returned bytoInt()method)- Parameters:
kind-- Returns:
- SVNStatusKind representing the int value
-
fromString
returns the SVNStatusKind corresponding to the given string or null- Parameters:
kind-- Returns:
- SVNStatusKind representing the supplied string value
-
toString
-
equals
-
hashCode
public int hashCode()
-