Modifier and Type | Method and Description |
---|---|
boolean |
Client.executeCommand(Command command,
GlobalOptions globalOptions)
Execute a command.
|
Map<StringPattern,KeywordSubstitutionOptions> |
ClientServices.getWrappersMap()
Returns the wrappers map associated with the CVS server The map is valid
only after the connection is established
|
Map<StringPattern,KeywordSubstitutionOptions> |
Client.getWrappersMap()
Returns the wrappers map associated with the CVS server The map is valid
only after the connection is established
|
Modifier and Type | Class and Description |
---|---|
class |
CommandAbortedException
This exception is thrown when a command is aborted during execution
|
Modifier and Type | Method and Description |
---|---|
void |
BasicCommand.execute(ClientServices client,
EventManager em)
Execute a command.
|
void |
BuildableCommand.execute(ClientServices client,
EventManager eventManager)
Execute a command.
|
void |
RepositoryCommand.execute(ClientServices client,
EventManager em)
Execute this command.
|
void |
Command.execute(ClientServices client,
EventManager eventManager)
Execute this command.
|
static Map<StringPattern,KeywordSubstitutionOptions> |
WrapperUtils.mergeWrapperMap(ClientServices client)
This method consolidates the wrapper map so that it follows CVS
prioritization rules for the wrappers.
|
protected abstract void |
RepositoryCommand.postExpansionExecute(ClientServices client,
EventManager em)
Execute this command
|
Modifier and Type | Method and Description |
---|---|
protected void |
AddCommand.addRequests(File file)
Add requests for a particular file or directory to be added.
|
protected void |
AddCommand.addRequestsForFile(File file)
Add requests for a particular file.
|
void |
AddCommand.execute(ClientServices client,
EventManager em)
Execute a command.
|
Modifier and Type | Method and Description |
---|---|
void |
AnnotateCommand.execute(ClientServices client,
EventManager em)
Execute a command
|
void |
RannotateCommand.execute(ClientServices client,
EventManager em)
Execute this command.
|
Modifier and Type | Method and Description |
---|---|
void |
CheckoutCommand.execute(ClientServices client,
EventManager em)
Execute this command.
|
Modifier and Type | Method and Description |
---|---|
void |
CommitCommand.execute(ClientServices client,
EventManager em)
Execute the command.
|
Modifier and Type | Method and Description |
---|---|
void |
DiffCommand.execute(ClientServices client,
EventManager em)
Execute a command
|
Modifier and Type | Method and Description |
---|---|
void |
EditCommand.execute(ClientServices clientServices,
EventManager eventManager)
Executes this command.
|
Modifier and Type | Method and Description |
---|---|
void |
EditorsCommand.execute(ClientServices clientServices,
EventManager eventManager)
Execute the command.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ExportCommand.postExpansionExecute(ClientServices client,
EventManager em)
Execute this command
|
Modifier and Type | Method and Description |
---|---|
void |
HistoryCommand.execute(ClientServices client,
EventManager em)
Execute a command
|
Modifier and Type | Method and Description |
---|---|
void |
ImportCommand.execute(ClientServices client,
EventManager eventManager)
Executes thiz command using the set options.
|
Modifier and Type | Method and Description |
---|---|
void |
RlogCommand.execute(ClientServices client,
EventManager em)
Execute this command.
|
void |
LogCommand.execute(ClientServices client,
EventManager em)
Execute a command
|
Modifier and Type | Method and Description |
---|---|
void |
RemoveCommand.execute(ClientServices client,
EventManager em)
Executes this command.
|
Modifier and Type | Method and Description |
---|---|
void |
StatusCommand.execute(ClientServices client,
EventManager em)
Execute a command
|
Modifier and Type | Method and Description |
---|---|
void |
TagCommand.execute(ClientServices client,
EventManager eventManager)
Execute the command.
|
protected void |
RtagCommand.postExpansionExecute(ClientServices client,
EventManager eventManager)
Execute the command.
|
Modifier and Type | Method and Description |
---|---|
void |
UneditCommand.execute(ClientServices clientServices,
EventManager eventManager)
Execute the command.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateCommand.execute(ClientServices client,
EventManager eventManager)
Execute the command.
|
Modifier and Type | Method and Description |
---|---|
void |
WatchCommand.execute(ClientServices client,
EventManager eventManager)
Executes this command.
|
Modifier and Type | Method and Description |
---|---|
void |
WatchersCommand.execute(ClientServices client,
EventManager eventManager)
Executes this command.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CVSCommand.executeCommand(Command command)
Execute a configured CVS command
|
Modifier and Type | Class and Description |
---|---|
class |
ResponseException
This exception is thrown when an error occurs while processing the server's
responses.
|
Copyright © 2016. All rights reserved.