|
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. |
| GzipModifier |
This class modifies a connection by gzipping all client/server communication |
| LocalConnection |
Implements a connection to a local server. |
| PServerConnection |
Implements a connection to a pserver. |
| StandardScrambler |
Scrambles text (the password) using the standard scheme described in the
CVS protocol version 1.10. |