Class Summary |
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. |
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. |
StandardScrambler |
Scrambles text (the password) using the standard scheme described in the
CVS protocol version 1.10. |