|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CVSResponse | |
com.ice.cvsc | Implements the CVS client/server protocol. |
com.ice.jcvsii | Implements a CVS client application on top of the com.ice.cvsc package. |
Uses of CVSResponse in com.ice.cvsc |
Methods in com.ice.cvsc that return CVSResponse | |
CVSResponse |
CVSProject.ensureRepositoryPath(CVSUserInterface ui,
java.lang.String localDirectory,
CVSResponse resultResp)
Guarentees that the repository contains the path specified. |
CVSResponse |
CVSClient.buildErrorResponse(CVSRequest request,
CVSResponse response,
java.lang.String message)
|
CVSResponse |
CVSClient.processCVSRequest(CVSRequest request)
This method is the heart of the CVSClient class. |
CVSResponse |
CVSClient.processCVSRequest(CVSRequest request,
CVSResponse response)
|
CVSResponse |
CVSClient.readAndParseResponse(CVSRequest request,
CVSResponse response)
|
Methods in com.ice.cvsc with parameters of type CVSResponse | |
void |
CVSUserInterface.uiDisplayResponse(CVSResponse response)
|
boolean |
CVSResponseHandler.handleResponseItem(CVSRequest request,
CVSResponse response,
CVSResponseItem item)
|
CVSResponse |
CVSProject.ensureRepositoryPath(CVSUserInterface ui,
java.lang.String localDirectory,
CVSResponse resultResp)
Guarentees that the repository contains the path specified. |
boolean |
CVSProject.performCVSRequest(CVSRequest request,
CVSResponse response)
|
boolean |
CVSProject.handleResponseItem(CVSRequest request,
CVSResponse response,
CVSResponseItem item)
|
boolean |
CVSProject.processCVSResponse(CVSRequest request,
CVSResponse response)
|
void |
CVSProject.uiDisplayResponse(CVSResponse response)
|
void |
CVSNullUI.uiDisplayResponse(CVSResponse response)
|
CVSResponse |
CVSClient.buildErrorResponse(CVSRequest request,
CVSResponse response,
java.lang.String message)
|
boolean |
CVSClient.checkForCancel(CVSResponse response)
|
CVSResponse |
CVSClient.processCVSRequest(CVSRequest request,
CVSResponse response)
|
CVSResponse |
CVSClient.readAndParseResponse(CVSRequest request,
CVSResponse response)
|
void |
CVSBufferedUI.uiDisplayResponse(CVSResponse response)
|
Uses of CVSResponse in com.ice.jcvsii |
Methods in com.ice.jcvsii with parameters of type CVSResponse | |
void |
TestConnectPanel.uiDisplayResponse(CVSResponse response)
|
void |
ProjectFrame.uiDisplayResponse(CVSResponse response)
|
void |
InitRepositoryPanel.uiDisplayResponse(CVSResponse response)
|
void |
ImportPanel.uiDisplayResponse(CVSResponse response)
|
void |
ExportPanel.uiDisplayResponse(CVSResponse response)
|
void |
CreatePanel.uiDisplayResponse(CVSResponse response)
|
void |
CheckOutPanel.uiDisplayResponse(CVSResponse response)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |