public static enum ISVNWCDb.SVNWCDbKind extends java.lang.Enum<ISVNWCDb.SVNWCDbKind>
Enum Constant and Description |
---|
Dir
The node is a directory.
|
File
The node is a file.
|
Symlink
The node is a symbolic link.
|
Unknown
The type of the node is not known, due to its absence, exclusion,
deletion, or incomplete status.
|
Modifier and Type | Method and Description |
---|---|
SVNNodeKind |
toNodeKind() |
SVNNodeKind |
toNodeKind(ISVNWCDb.SVNWCDbStatus status,
boolean showHidden) |
static ISVNWCDb.SVNWCDbKind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ISVNWCDb.SVNWCDbKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ISVNWCDb.SVNWCDbKind Dir
public static final ISVNWCDb.SVNWCDbKind File
public static final ISVNWCDb.SVNWCDbKind Symlink
public static final ISVNWCDb.SVNWCDbKind Unknown
public static ISVNWCDb.SVNWCDbKind[] values()
for (ISVNWCDb.SVNWCDbKind c : ISVNWCDb.SVNWCDbKind.values()) System.out.println(c);
public static ISVNWCDb.SVNWCDbKind valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic SVNNodeKind toNodeKind() throws SVNException
SVNException
public SVNNodeKind toNodeKind(ISVNWCDb.SVNWCDbStatus status, boolean showHidden) throws SVNException
SVNException
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.