public final class NodeKind
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
dir |
static int |
file |
static int |
none |
static int |
unknown |
| Constructor and Description |
|---|
NodeKind() |
| Modifier and Type | Method and Description |
|---|---|
static int |
fromApache(NodeKind aKind) |
static java.lang.String |
getNodeKindName(int kind)
Returns the textual representation for a NodeKind
|
public static final int none
public static final int file
public static final int dir
public static final int unknown
public static final java.lang.String getNodeKindName(int kind)
kind - kind of nodepublic static int fromApache(NodeKind aKind)