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 java.lang.String
getDescription
(int kind) Returns the textual representation of the statusMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Kind
public Kind()
-
-
Method Details
-
getDescription
public static final java.lang.String getDescription(int kind) Returns the textual representation of the status- Parameters:
kind
- of status- Returns:
- english status
-