|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.lib.cvsclient.command.watch.WatchMode
public class WatchMode
Field Summary | |
---|---|
static WatchMode |
ADD
This is the WatchMode that adds watching for the specified Watch. |
static WatchMode |
OFF
This is the WatchMode that disables watching. |
static WatchMode |
ON
This is the WatchMode that enables watching. |
static WatchMode |
REMOVE
This is the WatchMode that removes watching for the specified Watch. |
Method Summary | |
---|---|
CommandRequest |
getCommand()
Returns the CommandRequest that is used when executing the WatchCommand with this WatchMode. |
boolean |
isWatchOptionAllowed()
Indicated, whether a non-null watch-option is allowed in the WatchCommand. |
java.lang.String |
toString()
Returns the name of this WatchMode ("on", "off", "add", "remove"). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final WatchMode ON
public static final WatchMode OFF
public static final WatchMode ADD
public static final WatchMode REMOVE
Method Detail |
---|
public CommandRequest getCommand()
public boolean isWatchOptionAllowed()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |