Modifier and Type | Method and Description |
---|---|
GlobalOptions |
ClientServices.getGlobalOptions()
Get the global options that are set to this client.
|
GlobalOptions |
Client.getGlobalOptions()
Get the global options that are set to this client.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Client.executeCommand(Command command,
GlobalOptions globalOptions)
Execute a command.
|
Modifier and Type | Method and Description |
---|---|
void |
AdminHandler.updateAdminData(String localDirectory,
String repositoryPath,
Entry entry,
GlobalOptions globalOptions)
Create or update the administration files for a particular file.
|
void |
StandardAdminHandler.updateAdminData(String localDirectory,
String repositoryPath,
Entry entry,
GlobalOptions globalOptions)
Create or update the administration files for a particular file.
|
Modifier and Type | Method and Description |
---|---|
GlobalOptions |
Command.getGlobalOptions()
Get the global options.
|
Modifier and Type | Method and Description |
---|---|
Command |
CommandFactory.createCommand(String commandName,
String[] args,
int startingIndex,
GlobalOptions gopt,
String workingDir)
Create a CVS command.
|
void |
CVSCommand.setGlobalOptions(GlobalOptions globalOptions) |
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) |
Modifier and Type | Method and Description |
---|---|
void |
FileHandler.setGlobalOptions(GlobalOptions globalOptions)
Sets the global options.
|
void |
DefaultFileHandler.setGlobalOptions(GlobalOptions globalOptions)
Sets the global options.
|
Modifier and Type | Method and Description |
---|---|
GlobalOptions |
ResponseServices.getGlobalOptions()
Get the global options that are set to this client.
|
Copyright © 2016. All rights reserved.