public final class SVNNodeKind extends Object implements Comparable, Serializable
SVNDirEntry,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static SVNNodeKind |
DIR
Defines the directory node kind
|
static SVNNodeKind |
FILE
Defines the file node kind
|
static SVNNodeKind |
NONE
This node kind is used to say that a node is missing
|
static SVNNodeKind |
UNKNOWN
This node kind is used to say that the kind of a node is
actually unknown
|
public static final SVNNodeKind NONE
public static final SVNNodeKind FILE
public static final SVNNodeKind DIR
public static final SVNNodeKind UNKNOWN
public static SVNNodeKind parseKind(String kind)
parseKind("dir") will return
DIR.kind - a node kind as a stringpublic String toString()
public int compareTo(Object o)
compareTo in interface Comparableo - an object to compare witho is either null,
or is not an instance of SVNNodeKind, or the id of
this object is smaller than the id of o;
o;
o is the same constant
value as this one (has the same id)
Copyright © 2004-2011 TMate Software Ltd. All Rights Reserved.