org.netbeans.lib.cvsclient.command
Class Watch

java.lang.Object
  extended by org.netbeans.lib.cvsclient.command.Watch

public class Watch
extends Object

Version:
Dec 2, 2001
Author:
Thomas Singer

Field Summary
static Watch ALL
           
static Watch COMMIT
           
static Watch EDIT
           
static Watch NONE
           
static Watch UNEDIT
           
 
Method Summary
 String[] getArguments()
           
static String getWatchString(Watch watch)
          Returns the temporary watch value used in the Notify request.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

EDIT

public static final Watch EDIT

UNEDIT

public static final Watch UNEDIT

COMMIT

public static final Watch COMMIT

ALL

public static final Watch ALL

NONE

public static final Watch NONE
Method Detail

getWatchString

public static String getWatchString(Watch watch)
Returns the temporary watch value used in the Notify request.


getArguments

public String[] getArguments()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.