allensoft.javacvs.client
Class DiffResponse

java.lang.Object
  |
  +--allensoft.javacvs.client.CVSCommunicationsObject
        |
        +--allensoft.javacvs.client.CVSResponse
              |
              +--allensoft.javacvs.client.DiffResponse

public class DiffResponse
extends CVSResponse


Inner Class Summary
 class DiffResponse.Differences
          Defines the differences for one file.
 
Inner classes inherited from class allensoft.javacvs.client.CVSResponse
CVSResponse.Message
 
Constructor Summary
DiffResponse(DiffRequest request)
           
 
Method Summary
protected  void endOfResponse()
           
 DiffResponse.Differences getDifferences(int i)
           
 int getDifferencesCount()
           
protected  void processStdoutMessageResponse(java.lang.String s)
           
 
Methods inherited from class allensoft.javacvs.client.CVSResponse
checkedIn, getClient, getCurrentDirectory, getErrorCode, getErrorMessage, getFileFromPathNameResponse, getMessage, getMessageCount, getRequest, hadError, processCheckedInResponse, processChecksumResponse, processClearStaticDirectoryResponse, processClearStickyResponse, processCopyFileResponse, processCreatedResponse, processErrorResponse, processMergedResponse, processModeResponse, processModTimeResponse, processModuleExpansionResponse, processNewEntryResponse, processNotifiedResponse, processOkResponse, processPatchedResponse, processRcsDiffResponse, processRemovedResponse, processRemoveEntryResponse, processSetCheckinProgResponse, processSetStaticDirectoryResponse, processSetStickyResponse, processSetUpdateProgResponse, processStderrMessageResponse, processStdoutBinaryMessageResponse, processTemplateResponse, processUnrecognizedResponse, processUpdatedResponse, processUpdateExistingResponse, processValidRequestsResponse, processWrapperRcsOptionResponse, receiveResponse, updateFileEntryDetails, updateFileFromResponse
 
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

DiffResponse

public DiffResponse(DiffRequest request)
Method Detail

getDifferencesCount

public int getDifferencesCount()

getDifferences

public DiffResponse.Differences getDifferences(int i)

processStdoutMessageResponse

protected void processStdoutMessageResponse(java.lang.String s)
                                     throws java.io.IOException,
                                            CVSException
Overrides:
processStdoutMessageResponse in class CVSResponse

endOfResponse

protected void endOfResponse()
Overrides:
endOfResponse in class CVSResponse