Package | Description |
---|---|
org.netbeans.lib.cvsclient.command.watch |
Modifier and Type | Field and Description |
---|---|
static WatchMode |
WatchMode.ADD
This is the WatchMode that adds watching for the specified Watch.
|
static WatchMode |
WatchMode.OFF
This is the WatchMode that disables watching.
|
static WatchMode |
WatchMode.ON
This is the WatchMode that enables watching.
|
static WatchMode |
WatchMode.REMOVE
This is the WatchMode that removes watching for the specified Watch.
|
Modifier and Type | Method and Description |
---|---|
WatchMode |
WatchCommand.getWatchMode()
Returns the WatchMode.
|
Modifier and Type | Method and Description |
---|---|
void |
WatchCommand.setWatchMode(WatchMode watchMode)
Sets the WatchMode.
|
Copyright © 2016. All rights reserved.