allensoft.javacvs.client
Class GetWrapperRCSOptionsRequest

java.lang.Object
  |
  +--allensoft.javacvs.client.CVSCommunicationsObject
        |
        +--allensoft.javacvs.client.CVSRequest
              |
              +--allensoft.javacvs.client.GetWrapperRCSOptionsRequest

public class GetWrapperRCSOptionsRequest
extends CVSRequest


Constructor Summary
GetWrapperRCSOptionsRequest(RepositoryLocation location)
           
 
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 allensoft.javacvs.client.CVSCommunicationsObject
expandModules, flush, getFileFromRelativePath, getRelativePath, getRelativePath, getRelativePath, getWrapperRCSOptions, performSubRequest, receiveFile, receiveFile, receiveLine, sendArgument, sendArgument, sendArgument, sendArgument, sendCheckinProg, sendCurrentDirectory, sendDateOption, sendDirectory, sendDirectory, sendEntry, sendFileDetails, sendFileDetails, sendFileDetails, sendGlobalOption, sendKopt, sendLine, sendModified, sendOptions, sendStaticDirectory, sendSticky, sendText, sendUnchanged, sendUpdateProg, sendWorkingDirectoryDetails, sendWorkingDirectoryDetails, sendWorkingDirectoryDetails, validRequests
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetWrapperRCSOptionsRequest

public GetWrapperRCSOptionsRequest(RepositoryLocation location)
Method Detail

getRepositoryLocation

public RepositoryLocation getRepositoryLocation()
Description copied from class: CVSRequest
Gets the repository location that the client must connect to in order to perform this request.
Overrides:
getRepositoryLocation in class CVSRequest

getCurrentDirectory

public java.io.File getCurrentDirectory()
Description copied from class: CVSRequest
Gets the directory that all file paths are specified relative to when executing this request.
Overrides:
getCurrentDirectory in class CVSRequest

sendRequest

protected void sendRequest()
                    throws java.io.IOException,
                           CVSException
Description copied from class: CVSRequest
Sends this request to the server.
Overrides:
sendRequest in class CVSRequest

createResponse

protected CVSResponse createResponse()
Description copied from class: CVSRequest
Creates the response object used to receive the response for this request from the server.
Overrides:
createResponse in class CVSRequest
Following copied from class: allensoft.javacvs.client.CVSRequest
Returns:
the response object for this request or null if no response is expected.