Package org.tigris.subversion.javahl
Class Notify.Status
java.lang.Object
org.tigris.subversion.javahl.Notify.Status
- All Implemented Interfaces:
NotifyStatus
- Enclosing interface:
- Notify
The type of notification that is occuring. The values are
defined in the interface NotifyStatus for building reasons.
-
Field Summary
Fields inherited from interface org.tigris.subversion.javahl.NotifyStatus
changed, conflicted, inapplicable, merged, missing, obstructed, statusNames, unchanged, unknown
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final java.lang.String
getStatusName
(int status) Returns the textual representation for the notification typeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Status
public Status()
-
-
Method Details
-
getStatusName
public static final java.lang.String getStatusName(int status) Returns the textual representation for the notification type- Parameters:
status
- type of the notification- Returns:
- english text
-