Package | Description |
---|---|
org.netbeans.lib.cvsclient.command | |
org.netbeans.lib.cvsclient.command.edit | |
org.netbeans.lib.cvsclient.command.unedit | |
org.netbeans.lib.cvsclient.command.watch |
Modifier and Type | Field and Description |
---|---|
static Watch |
Watch.ALL |
static Watch |
Watch.COMMIT |
static Watch |
Watch.EDIT |
static Watch |
Watch.NONE |
static Watch |
Watch.UNEDIT |
Modifier and Type | Method and Description |
---|---|
static String |
Watch.getWatchString(Watch watch)
Returns the temporary watch value used in the Notify request.
|
Modifier and Type | Method and Description |
---|---|
Watch |
EditCommand.getTemporaryWatch()
Returns the temporary watch.
|
Modifier and Type | Method and Description |
---|---|
void |
EditCommand.setTemporaryWatch(Watch temporaryWatch)
Sets the temporary watch.
|
Modifier and Type | Method and Description |
---|---|
Watch |
UneditCommand.getTemporaryWatch()
Returns the temporary watch.
|
Modifier and Type | Method and Description |
---|---|
void |
UneditCommand.setTemporaryWatch(Watch temporaryWatch)
Sets the temporary watch.
|
Modifier and Type | Method and Description |
---|---|
Watch |
WatchCommand.getWatch()
Returns the watch.
|
Modifier and Type | Method and Description |
---|---|
void |
WatchCommand.setWatch(Watch watch)
Sets the watch.
|
Copyright © 2016. All rights reserved.