Methods in com.ice.cvsc with parameters of type CVSRequest |
boolean |
CVSResponseHandler.handleResponseItem(CVSRequest request,
CVSResponse response,
CVSResponseItem item)
|
void |
CVSProject.includeNotifies(CVSRequest request)
|
void |
CVSProject.establishNewDirSticky(CVSRequest request,
CVSEntry entry)
This methods deal with adding a new directory which is not
yet in the repository, and yet, whose parent directory has
a sticky tag set. |
void |
CVSProject.establishStickys(CVSRequest request)
|
void |
CVSProject.establishStatics(CVSRequest request)
|
boolean |
CVSProject.performCVSRequest(CVSRequest request)
|
boolean |
CVSProject.performCVSRequest(CVSRequest request,
CVSResponse response)
|
boolean |
CVSProject.handleResponseItem(CVSRequest request,
CVSResponse response,
CVSResponseItem item)
|
boolean |
CVSProject.processCVSResponse(CVSRequest request,
CVSResponse response)
|
boolean |
CVSClient.sendCVSRootDirectory(CVSRequest request)
|
boolean |
CVSClient.sendRootRepository(CVSRequest request)
Send the "root" of our repository. |
boolean |
CVSClient.sendEntryRepository(CVSRequest request,
CVSEntry entry)
This method is used to send the 'Directory' command before
an entry is sent, to set the "context" of the entry (i.e.,
the entry's directory). |
boolean |
CVSClient.sendCVSModule(CVSRequest request)
|
boolean |
CVSClient.sendSetVariables(CVSRequest request)
|
boolean |
CVSClient.sendModified(CVSRequest request,
CVSEntry entry,
java.io.File entryFile,
boolean empty,
int trans)
|
boolean |
CVSClient.sendLostEntry(CVSRequest request,
CVSEntry entry,
boolean useUnchanged)
|
boolean |
CVSClient.sendUnchangedEntry(CVSRequest request,
CVSEntry entry,
boolean useUnchanged)
|
boolean |
CVSClient.sendCVSEntry(CVSRequest request,
CVSEntry entry,
java.io.File entryFile)
|
boolean |
CVSClient.sendCVSEntries(CVSRequest request)
|
java.lang.String |
CVSClient.getStickTag(CVSRequest request,
java.lang.String localDir)
|
boolean |
CVSClient.sendSticky(CVSRequest request,
CVSEntry entry)
|
boolean |
CVSClient.sendSticky(CVSRequest request,
java.lang.String localDir)
|
boolean |
CVSClient.sendStatic(CVSRequest request,
CVSEntry entry)
|
boolean |
CVSClient.sendEntriesArguments(CVSRequest request)
|
boolean |
CVSClient.sendNotifies(CVSRequest request)
|
CVSResponse |
CVSClient.buildErrorResponse(CVSRequest request,
CVSResponse response,
java.lang.String message)
|
boolean |
CVSClient.performLogin(CVSRequest request)
|
boolean |
CVSClient.requestValidRequests(CVSRequest request)
|
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)
|
boolean |
CVSClient.sendValidResponses(CVSRequest request,
java.lang.String additional)
|