Modifier and Type | Method and Description |
---|---|
boolean |
Client.executeCommand(Command command,
GlobalOptions globalOptions)
Execute a command.
|
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 |
BuildableCommand
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.
|
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 |
HistoryCommand
The history command provides information history of activities in repository.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Command |
CommandFactory.createCommand(String commandName,
String[] args,
int startingIndex,
GlobalOptions gopt,
String workingDir)
Create a CVS command.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CVSCommand.executeCommand(Command command)
Execute a configured CVS command
|
Modifier and Type | Method and Description |
---|---|
Command |
rtag.createCommand(String[] args,
int index,
GlobalOptions gopt,
String workDir) |
Command |
locbundlecheck.createCommand(String[] args,
int index,
GlobalOptions gopt,
String workDir) |
Command |
commit.createCommand(String[] args,
int index,
GlobalOptions gopt,
String workDir) |
Command |
add.createCommand(String[] args,
int index,
GlobalOptions gopt,
String workDir) |
Command |
CommandProvider.createCommand(String[] args,
int index,
GlobalOptions gopt,
String workDir)
Create the CVS command from an array of arguments.
|
Command |
tag.createCommand(String[] args,
int index,
GlobalOptions gopt,
String workDir) |
Command |
diff.createCommand(String[] args,
int index,
GlobalOptions gopt,
String workDir) |
Command |
status.createCommand(String[] args,
int index,
GlobalOptions gopt,
String workDir) |
Command |
Import.createCommand(String[] args,
int index,
GlobalOptions gopt,
String workDir) |
Command |
export.createCommand(String[] args,
int index,
GlobalOptions gopt,
String workDir) |
Command |
rlog.createCommand(String[] args,
int index,
GlobalOptions gopt,
String workDir) |
Command |
update.createCommand(String[] args,
int index,
GlobalOptions gopt,
String workDir) |
Command |
remove.createCommand(String[] args,
int index,
GlobalOptions gopt,
String workDir) |
Command |
rannotate.createCommand(String[] args,
int index,
GlobalOptions gopt,
String workDir) |
Command |
annotate.createCommand(String[] args,
int index,
GlobalOptions gopt,
String workDir) |
Command |
log.createCommand(String[] args,
int index,
GlobalOptions gopt,
String workDir) |
Command |
checkout.createCommand(String[] args,
int index,
GlobalOptions gopt,
String workDir) |
Copyright © 2016. All rights reserved.