org.netbeans.lib.cvsclient.command
Class Watch

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

public class Watch
extends java.lang.Object


Field Summary
static Watch ALL
           
static Watch COMMIT
           
static Watch EDIT
           
static Watch NONE
           
static Watch UNEDIT
           
 
Method Summary
 java.lang.String[] getArguments()
           
static java.lang.String getWatchString(Watch watch)
          Returns the temporary watch value used in the Notify request.
 java.lang.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 java.lang.String getWatchString(Watch watch)
Returns the temporary watch value used in the Notify request.


getArguments

public java.lang.String[] getArguments()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

 

Built on October 26 2010.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.