Package com.ice.cvsc

Implements the CVS client/server protocol.

See:
          Description

Interface Summary
CVSEntry.ChildEventListener  
CVSResponseHandler The CVSResponseHandler interface provides an interface for CVSClient to call for inline processing of the server responses.
CVSUserInterface The CVSUserInterface interface provide the link between a CVSProject and the user interface that is presenting that project.
 

Class Summary
CVSArgumentVector Implements a Vector subclass that handles CVS Arguments used in CVSRequest objects.
CVSBufferedUI  
CVSClient Implements the client side of the CVS server-client protocol.
CVSCUtilities Implements several general utility methods used by the cvs client package.
CVSEntry CVSEntry implements the concept of a CVS Entry.
CVSEntryVector The CVSEntryVector class subclasses Vector to specifically handle CVSEntry ocjects.
CVSIgnore  
CVSLog  
CVSMode CVSMode implements the concept of file permissions.
CVSNotifyItem Encapsulates a 'Notify' request, resulting a an 'edit' or 'unedit'.
CVSNullUI  
CVSProject The CVSProject class implements the concept of a local CVS project directory.
CVSProjectDef CVSEntry implements the concept of a CVS Entry.
CVSRequest The CVSRequest class is used to encapsulate a complete description of a CVS server request.
CVSRespItemVector Implements a Vector subclass that handles CVSResonseItems from CVSRequest objects.
CVSResponse The CVSResponse class encapsulates a CVS server's response to a request.
CVSResponseItem Encapsulates a single CVS server response item.
CVSScramble The CVSProject class implements the concept of a local CVS project directory.
CVSTimestamp The CVSTimestamp class is a subclass of Date, specifically designed to be used as the time stamp of CVS entries.
CVSTimestampFormat The CVSTimestampFormat class implements the code necessary to format and parse CVS Entry timestamps, which come in the flavor of 'Wed Mar 4 1997 15:43:06'.
CVSTracer The CVSTracer class implements the a tracing mechanism for the CVS package.
 

Exception Summary
CVSFileException This exception is used to indicate general problems with reading and writing files, copies, renames, etc.
 

Package com.ice.cvsc Description

Implements the CVS client/server protocol.

This package implements the CVS client/server protocol. The package implements both the protocol layer, as well as the functionality needed to manage the local working directory.

Version:
5.3
Author:
Tim Endres time@gjt.org


Copyright © 1997-2003, Timothy G. Endres, All Rights Reserved.