Enum ISVNWCDb.SVNWCDbKind
- All Implemented Interfaces:
Serializable
,Comparable<ISVNWCDb.SVNWCDbKind>
,java.lang.constant.Constable
- Enclosing interface:
- ISVNWCDb
Enum indicating what kind of versioned object we're talking about.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoNodeKind
(ISVNWCDb.SVNWCDbStatus status, boolean showHidden) static ISVNWCDb.SVNWCDbKind
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.
-
Enum Constant Details
-
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.
-
-
Constructor Details
-
SVNWCDbKind
private SVNWCDbKind()
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
toNodeKind
- Throws:
SVNException
-
toNodeKind
public SVNNodeKind toNodeKind(ISVNWCDb.SVNWCDbStatus status, boolean showHidden) throws SVNException - Throws:
SVNException
-