|
|||||||||
| 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.SingleFileCVSRequest
The base class for all cvs requests that operate on a single file in a working directory.
| Constructor Summary | |
protected |
SingleFileCVSRequest(java.io.File file)
Creates a new SingleFileCVSREquest for the supplied file. |
| Method Summary | |
java.io.File |
getCurrentDirectory()
Gets the directory that all file paths are specified relative to when executing this request. |
java.io.File |
getFile()
|
RepositoryLocation |
getRepositoryLocation()
Gets the repository location that the client must connect to in order to perform this request. |
| Methods inherited from class allensoft.javacvs.client.CVSRequest |
canSendIsModified, createResponse, fireStatusUpdate, getClient, getDescription, getException, getRequest, getResourceString, getResponse, getSendQuestionableCommands, hasCompletedSuccessfully, performRequest, sendRequest, validateRequest, waitForSuccessfulCompletion |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected SingleFileCVSRequest(java.io.File file)
throws CVSException,
java.io.IOException
| Method Detail |
public java.io.File getFile()
public RepositoryLocation getRepositoryLocation()
CVSRequestgetRepositoryLocation in class CVSRequestpublic java.io.File getCurrentDirectory()
CVSRequestgetCurrentDirectory in class CVSRequest
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||