Package | Description |
---|---|
org.netbeans.lib.cvsclient | |
org.netbeans.lib.cvsclient.command | |
org.netbeans.lib.cvsclient.connection |
Modifier and Type | Method and Description |
---|---|
boolean |
Client.executeCommand(Command command,
GlobalOptions globalOptions)
Execute a command.
|
void |
ClientServices.processRequests(List<Request> requests)
Process all the requests.
|
void |
Client.processRequests(List<Request> requests)
Process all the requests.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BasicCommand.addRequestsForDirectory(File directory)
Adds the appropriate requests for a given directory.
|
void |
Command.execute(ClientServices client,
EventManager eventManager)
Execute this command.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2016. All rights reserved.