|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tigris.subversion.svnclientadapter.SVNNodeKind
public class SVNNodeKind
Kind of a node (dir, file)
Field Summary | |
---|---|
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 |
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final SVNNodeKind NONE
public static final SVNNodeKind FILE
public static final SVNNodeKind DIR
public static final SVNNodeKind UNKNOWN
Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |