com.ice.cvsc |
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.
@author Tim Endres time@gjt.org
@version 5.3
@gjtrel $Name: $
@gjtdate $Date: 2003/07/27 01:08:32 $
@gjtjvm 1.1
@gjtcat library
@gjtcat networking
@gjtcat development tool
@gjtcat version control
@gjthome jCVS Home Page
@gjtlicense LGPL
|
Java Source File Name | Type | Comment |
CVSArgumentVector.java | Class | Implements a Vector subclass that handles CVS Arguments used
in CVSRequest objects. |
CVSBufferedUI.java | Class | |
CVSClient.java | Class | Implements the client side of the CVS server-client protocol.
This object is used by a CVSProject object to implement the
protocols required to communicate with the CVS server and
complete CVS requests. |
CVSCUtilities.java | Class | Implements several general utility methods used by the cvs
client package. |
CVSEntry.java | Class | CVSEntry implements the concept of a CVS Entry. |
CVSEntryVector.java | Class | The CVSEntryVector class subclasses Vector to specifically
handle CVSEntry ocjects. |
CVSFileException.java | Class | This exception is used to indicate general problems with
reading and writing files, copies, renames, etc. |
CVSIgnore.java | Class | |
CVSLog.java | Class | |
CVSMode.java | Class | CVSMode implements the concept of file permissions. |
CVSNotifyItem.java | Class | Encapsulates a 'Notify' request, resulting a an 'edit' or 'unedit'. |
CVSNullUI.java | Class | |
CVSProject.java | Class | The CVSProject class implements the concept of a local
CVS project directory. |
CVSProjectDef.java | Class | CVSEntry implements the concept of a CVS Entry. |
CVSRequest.java | Class | The CVSRequest class is used to encapsulate a complete
description of a CVS server request. |
CVSRespItemVector.java | Class | Implements a Vector subclass that handles CVSResonseItems
from CVSRequest objects. |
CVSResponse.java | Class | The CVSResponse class encapsulates a CVS server's response to
a request. |
CVSResponseHandler.java | Interface | The CVSResponseHandler interface provides an interface
for CVSClient to call for inline processing of the server
responses. |
CVSResponseItem.java | Class | Encapsulates a single CVS server response item. |
CVSScramble.java | Class | The CVSProject class implements the concept of a local
CVS project directory. |
CVSTimestamp.java | Class | The CVSTimestamp class is a subclass of Date, specifically
designed to be used as the time stamp of CVS entries. |
CVSTimestampFormat.java | Class | 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'.
NOTE This class explicitly operates
entirely in the 'Locale.US' locality. |
CVSTracer.java | Class | The CVSTracer class implements the a tracing mechanism for
the CVS package. |
CVSUserInterface.java | Interface | The CVSUserInterface interface provide the link between
a CVSProject and the user interface that is presenting
that project. |