Modifier and Type | Method and Description |
---|---|
void |
ClientServices.ensureConnection()
Ensures, that the connection is open.
|
void |
Client.ensureConnection()
Ensures, that the connection is open.
|
boolean |
Client.executeCommand(Command command,
GlobalOptions globalOptions)
Execute a command.
|
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.
|
protected abstract void |
RepositoryCommand.postExpansionExecute(ClientServices client,
EventManager em)
Execute this command
|
Modifier and Type | Method and Description |
---|---|
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 |
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 | Method and Description |
---|---|
void |
LocalConnection.open()
Authenticate with the server and open a channel of communication with the
server.
|
void |
SSHConnection.open() |
void |
ExtConnection.open() |
void |
Connection.open()
Open a connection with the server.
|
void |
PServerConnection.open()
Authenticate with the server and open a channel of communication with the
server.
|
void |
LocalConnection.verify()
Authenticate with the server.
|
void |
SSHConnection.verify()
Verifies that we can successfuly connect to the SSH server and run 'cvs server' command on it.
|
void |
ExtConnection.verify() |
void |
Connection.verify()
Verify a cnnection with the server.
|
void |
PServerConnection.verify()
Authenticate with the server.
|
Copyright © 2016. All rights reserved.