|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tigris.subversion.svnclientadapter.SVNStatusKind
public class SVNStatusKind
Base class for enumerating the possible types for a Status
.
Field Summary | |
---|---|
static SVNStatusKind |
ADDED
is scheduled for addition |
static SVNStatusKind |
CONFLICTED
local mods received conflicting repos mods |
static SVNStatusKind |
DELETED
scheduled for deletion |
static SVNStatusKind |
EXTERNAL
an unversioned path populated by an svn:external property |
static SVNStatusKind |
IGNORED
a resource marked as ignored |
static SVNStatusKind |
INCOMPLETE
a directory doesn't contain a complete entries list |
static SVNStatusKind |
MERGED
local mods received repos mods |
static SVNStatusKind |
MISSING
under v.c., but is missing |
static SVNStatusKind |
MODIFIED
text or props have been modified |
static SVNStatusKind |
NONE
does not exist |
static SVNStatusKind |
NORMAL
exists, but uninteresting. |
static SVNStatusKind |
OBSTRUCTED
an unversioned resource is in the way of the versioned resource |
static SVNStatusKind |
REPLACED
was deleted and then re-added |
static SVNStatusKind |
UNVERSIONED
is not a versioned thing in this wc |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
static SVNStatusKind |
fromInt(int kind)
Returns the SVNStatusKind corresponding to the given int representation. |
static SVNStatusKind |
fromString(java.lang.String kind)
returns the SVNStatusKind corresponding to the given string or null |
int |
hashCode()
|
int |
toInt()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final SVNStatusKind NONE
public static final SVNStatusKind NORMAL
public static final SVNStatusKind ADDED
public static final SVNStatusKind MISSING
public static final SVNStatusKind INCOMPLETE
public static final SVNStatusKind DELETED
public static final SVNStatusKind REPLACED
public static final SVNStatusKind MODIFIED
public static final SVNStatusKind MERGED
public static final SVNStatusKind CONFLICTED
public static final SVNStatusKind OBSTRUCTED
public static final SVNStatusKind IGNORED
public static final SVNStatusKind EXTERNAL
public static final SVNStatusKind UNVERSIONED
Method Detail |
---|
public int toInt()
public static SVNStatusKind fromInt(int kind)
toInt()
method)
kind
-
public static SVNStatusKind fromString(java.lang.String kind)
kind
-
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |