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.
|
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.
|
Exception | Description |
---|---|
AuthenticationException |
This exception is thrown when a connection with the server cannot be made,
for whatever reason.
|
Built on January 12 2013. | Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.