Modifier and Type | Class and Description |
---|---|
class |
AnnotateCommand
The annotate command shows all lines of the file and annotates each line with
cvs-related info.
|
class |
RannotateCommand
The rannotate command is similar to anootate, but doens't operate on
currently checked out sources.
|
Constructor and Description |
---|
AnnotateBuilder(EventManager eventManager,
BasicCommand annotateCommand) |
Modifier and Type | Class and Description |
---|---|
class |
CheckoutCommand
The checkout command.
|
Modifier and Type | Class and Description |
---|---|
class |
CommitCommand
The command to commit any changes that have been made.
|
Modifier and Type | Class and Description |
---|---|
class |
DiffCommand
The status command looks up the status of files in the repository
|
Modifier and Type | Class and Description |
---|---|
class |
EditCommand |
Modifier and Type | Class and Description |
---|---|
class |
EditorsCommand |
Modifier and Type | Class and Description |
---|---|
class |
LogCommand
The log command looks up the log(history) of file(s) in the repository
|
class |
RlogCommand
The rlog command is similar to log, but doens't operate on currently checked
out sources.
|
Modifier and Type | Field and Description |
---|---|
protected BasicCommand |
LogBuilder.logCommand |
Constructor and Description |
---|
LogBuilder(EventManager eventMan,
BasicCommand command) |
Modifier and Type | Class and Description |
---|---|
class |
RemoveCommand
The remove command is used to remove files and directories from the
repository.
|
Modifier and Type | Class and Description |
---|---|
class |
StatusCommand
The status command looks up the status of files in the repository
|
Modifier and Type | Class and Description |
---|---|
class |
TagCommand
The tag command adds or deleted a tag to the specified files/directories.
|
Modifier and Type | Class and Description |
---|---|
class |
UneditCommand |
Modifier and Type | Class and Description |
---|---|
class |
UpdateCommand
The Update command.
|
Modifier and Type | Class and Description |
---|---|
class |
WatchCommand |
Modifier and Type | Class and Description |
---|---|
class |
WatchersCommand
The watchers command looks up who is watching this file, who is interested in
it.
|
Copyright © 2016. All rights reserved.