Package org.tigris.subversion.javahl
Class Notify.Status
java.lang.Object
org.tigris.subversion.javahl.Notify.Status
- All Implemented Interfaces:
- NotifyStatus
- Enclosing interface:
- Notify
public static final class Notify.Status extends Object implements NotifyStatus
The type of notification that is occuring.  The values are
 defined in the interface NotifyStatus for building reasons.
- 
Field SummaryFields inherited from interface org.tigris.subversion.javahl.NotifyStatuschanged, conflicted, inapplicable, merged, missing, obstructed, statusNames, unchanged, unknown
- 
Constructor SummaryConstructors Constructor Description Status()
- 
Method SummaryModifier and Type Method Description static StringgetStatusName(int status)Returns the textual representation for the notification type
- 
Constructor Details- 
Statuspublic Status()
 
- 
- 
Method Details- 
getStatusNameReturns the textual representation for the notification type- Parameters:
- status- type of the notification
- Returns:
- english text
 
 
-