|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--allensoft.javacvs.client.CVSCommunicationsObject
|
+--allensoft.javacvs.client.CVSRequest
|
+--allensoft.javacvs.client.ExpandModulesRequest
| Constructor Summary | |
ExpandModulesRequest(RepositoryLocation location,
java.io.File currentDirectory,
java.lang.String[] modules)
|
|
| Method Summary | |
protected CVSResponse |
createResponse()
Creates the response object used to receive the response for this request from the server. |
java.io.File |
getCurrentDirectory()
Gets the directory that all file paths are specified relative to when executing this request. |
RepositoryLocation |
getRepositoryLocation()
Gets the repository location that the client must connect to in order to perform this request. |
protected void |
sendRequest()
Sends this request to the server. |
| Methods inherited from class allensoft.javacvs.client.CVSRequest |
canSendIsModified, fireStatusUpdate, getClient, getDescription, getException, getRequest, getResourceString, getResponse, getSendQuestionableCommands, hasCompletedSuccessfully, performRequest, validateRequest, waitForSuccessfulCompletion |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ExpandModulesRequest(RepositoryLocation location,
java.io.File currentDirectory,
java.lang.String[] modules)
| Method Detail |
public RepositoryLocation getRepositoryLocation()
CVSRequestgetRepositoryLocation in class CVSRequestpublic java.io.File getCurrentDirectory()
CVSRequestgetCurrentDirectory in class CVSRequest
protected void sendRequest()
throws java.io.IOException,
CVSException
sendRequest in class CVSRequestprotected CVSResponse createResponse()
CVSRequestcreateResponse in class CVSRequestallensoft.javacvs.client.CVSRequest
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||