Modifier and Type | Class and Description |
---|---|
class |
Client
The main way of communication with a server using the CVS Protocol.
|
Modifier and Type | Field and Description |
---|---|
protected ClientServices |
BasicCommand.clientServices
The client services that are provided to this command.
|
protected ClientServices |
RepositoryCommand.clientServices
The client services that are provided to this command.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BasicCommand.addRequestForWorkingDirectory(ClientServices clientServices)
Adds the request for the current working directory.
|
protected void |
RepositoryCommand.addRequestForWorkingDirectory(ClientServices clientServices)
Adds the request for the current working directory.
|
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 |
---|---|
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 |
---|---|
ClientServices |
EventManager.getClientServices()
Returns Client services implementation tied to this event manager.
|
Constructor and Description |
---|
EventManager(ClientServices services)
Construct a new EventManager
|
Copyright © 2016. All rights reserved.