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(java.lang.String commandName,
java.lang.String[] args,
int startingIndex,
GlobalOptions gopt,
java.lang.String workingDir)
Create a CVS command.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CVSCommand.executeCommand(Command command,
java.io.PrintStream stderr)
Execute a configured CVS command
|
Modifier and Type | Method and Description |
---|---|
Command |
export.createCommand(java.lang.String[] args,
int index,
GlobalOptions gopt,
java.lang.String workDir) |
Command |
locbundlecheck.createCommand(java.lang.String[] args,
int index,
GlobalOptions gopt,
java.lang.String workDir) |
Command |
log.createCommand(java.lang.String[] args,
int index,
GlobalOptions gopt,
java.lang.String workDir) |
Command |
status.createCommand(java.lang.String[] args,
int index,
GlobalOptions gopt,
java.lang.String workDir) |
Command |
rannotate.createCommand(java.lang.String[] args,
int index,
GlobalOptions gopt,
java.lang.String workDir) |
Command |
CommandProvider.createCommand(java.lang.String[] args,
int index,
GlobalOptions gopt,
java.lang.String workDir)
Create the CVS command from an array of arguments.
|
Command |
Import.createCommand(java.lang.String[] args,
int index,
GlobalOptions gopt,
java.lang.String workDir) |
Command |
add.createCommand(java.lang.String[] args,
int index,
GlobalOptions gopt,
java.lang.String workDir) |
Command |
update.createCommand(java.lang.String[] args,
int index,
GlobalOptions gopt,
java.lang.String workDir) |
Command |
checkout.createCommand(java.lang.String[] args,
int index,
GlobalOptions gopt,
java.lang.String workDir) |
Command |
rlog.createCommand(java.lang.String[] args,
int index,
GlobalOptions gopt,
java.lang.String workDir) |
Command |
diff.createCommand(java.lang.String[] args,
int index,
GlobalOptions gopt,
java.lang.String workDir) |
Command |
commit.createCommand(java.lang.String[] args,
int index,
GlobalOptions gopt,
java.lang.String workDir) |
Command |
annotate.createCommand(java.lang.String[] args,
int index,
GlobalOptions gopt,
java.lang.String workDir) |
Command |
remove.createCommand(java.lang.String[] args,
int index,
GlobalOptions gopt,
java.lang.String workDir) |
Command |
rtag.createCommand(java.lang.String[] args,
int index,
GlobalOptions gopt,
java.lang.String workDir) |
Command |
tag.createCommand(java.lang.String[] args,
int index,
GlobalOptions gopt,
java.lang.String workDir) |
Built on January 12 2013. | Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.