|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tigris.subversion.javahl.NodeKind
public final class NodeKind
Poor mans enum for svn_node_kind_t
Field Summary | |
---|---|
static int |
dir
|
static int |
file
|
static int |
none
|
static int |
unknown
|
Constructor Summary | |
---|---|
NodeKind()
|
Method Summary | |
---|---|
static java.lang.String |
getNodeKindName(int kind)
Returns the textual representation for a NodeKind |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int none
public static final int file
public static final int dir
public static final int unknown
Constructor Detail |
---|
public NodeKind()
Method Detail |
---|
public static final java.lang.String getNodeKindName(int kind)
kind
- kind of node
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |