org.tigris.subversion.svnclientadapter
public class SVNNodeKind extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static SVNNodeKind |
DIR
Node kind Directory
|
static SVNNodeKind |
FILE
Node kind regular file
|
static SVNNodeKind |
NONE
Node kind absent
|
static SVNNodeKind |
UNKNOWN
Node kind unknwon - something's here, but we don't know what
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
static SVNNodeKind |
fromInt(int nodeKind)
Returns the SVNNodeKind corresponding to the given int representation.
|
static SVNNodeKind |
fromString(java.lang.String nodeKind)
Returns the SVNNodeKind corresponding to the given string or null
|
int |
hashCode() |
int |
toInt() |
java.lang.String |
toString() |
public static final SVNNodeKind NONE
public static final SVNNodeKind FILE
public static final SVNNodeKind DIR
public static final SVNNodeKind UNKNOWN
public int toInt()
public static SVNNodeKind fromInt(int nodeKind)
toInt()
method)nodeKind
- public static SVNNodeKind fromString(java.lang.String nodeKind)
nodeKind
- 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