| Interface | Description |
|---|---|
| Connection |
Provides a method for accessing a connection, in order to be able to
communicate using the CVS Protocol.
|
| ConnectionModifier |
Provides a way to modify the communication channel between client and server.
|
| Scrambler |
Provides methods used to scramble text.
|
| Class | Description |
|---|---|
| AbstractConnection |
This class abstracts the common features and functionality that all
connection protocols to CVS share
|
| ConnectionFactory |
Simple class for managing the mapping from CVSROOT specifications to
Connection classes.
|
| ConnectionIdentity | |
| ExtConnection |
Provides support for the :ext: connection method.
|
| GzipModifier |
This class modifies a connection by gzipping all client/server communication
|
| LocalConnection |
Implements a connection to a local server.
|
| PasswordsFile |
Represents .cvspass passwords file.
|
| PServerConnection |
Implements a connection to a pserver.
|
| SSHConnection |
Provides SSH tunnel for :ext: connection method.
|
| StandardScrambler |
Scrambles text (the password) using the standard scheme described in the CVS
protocol version 1.10.
|
| Exception | Description |
|---|---|
| AuthenticationException |
This exception is thrown when a connection with the server cannot be made,
for whatever reason.
|
Copyright © 2013. All rights reserved.