Package org.tigris.subversion.javahl
Class Status.Kind
java.lang.Object
org.tigris.subversion.javahl.Status.Kind
- All Implemented Interfaces:
StatusKind
- Enclosing class:
- Status
class for kind status of the item or its properties
the constants are defined in the interface StatusKind for building
reasons
-
Field Summary
Fields inherited from interface org.tigris.subversion.javahl.StatusKind
added, conflicted, deleted, external, ignored, incomplete, merged, missing, modified, none, normal, obstructed, replaced, unversioned
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final String
getDescription
(int kind) Returns the textual representation of the status
-
Constructor Details
-
Kind
public Kind()
-
-
Method Details
-
getDescription
Returns the textual representation of the status- Parameters:
kind
- of status- Returns:
- english status
-