Modifier and Type | Class and Description |
---|---|
class |
BasicCommand
A class that provides common functionality for many of the CVS command that
send similar sequences of requests.
|
class |
RepositoryCommand
A class that provides common functionality for CVS commands that operate upon
the repository.
|
Constructor and Description |
---|
PipedFilesBuilder(EventManager eventManager,
BuildableCommand command,
TemporaryFileCreator tempFileCreator)
Creates a new Builder for the PipeFileResponse.
|
Modifier and Type | Class and Description |
---|---|
class |
AddCommand
Adds a file or directory.
|
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.
|
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 |
ExportCommand
The export command exports the projects (modules in the repository) to the
local directory structure.
|
Modifier and Type | Class and Description |
---|---|
class |
ImportCommand
The import command imports local directory structures into the repository.
|
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 | 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 |
RtagCommand
The rtag command adds or deletes a tag to the specified files/directories in
the repository.
|
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.