allensoft.javacvs.client
Class GetWrapperRCSOptionsResponse

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

public class GetWrapperRCSOptionsResponse
extends CVSResponse


Inner Class Summary
static class GetWrapperRCSOptionsResponse.RCSOption
           
 
Inner classes inherited from class allensoft.javacvs.client.CVSResponse
CVSResponse.Message
 
Constructor Summary
GetWrapperRCSOptionsResponse(CVSRequest request)
           
 
Method Summary
 KeywordSubstitutionMode getKeywordSubstitutionMode(java.io.File file)
          Gets the options that should be used for the supplied file name.
 KeywordSubstitutionMode getKeywordSubstitutionMode(java.lang.String sFileName)
          Gets the options that should be used for the supplied file name.
 GetWrapperRCSOptionsResponse.RCSOption getRCSOption(java.io.File file)
          Gets the RCS option that matches the supplied file.
 GetWrapperRCSOptionsResponse.RCSOption getRCSOption(int i)
           
 GetWrapperRCSOptionsResponse.RCSOption getRCSOption(java.lang.String sFileName)
          Gets the RCS option that matches the supplied file name.
 int getRCSOptionCount()
           
 boolean isBinaryFile(java.io.File file)
          Tests if the supplied file should be considered a binary file.
 boolean isBinaryFile(java.lang.String sFileName)
          Tests if the supplied file name should be considered a binary file.
protected  void processWrapperRcsOptionResponse(java.lang.String s)
           
 
Methods inherited from class allensoft.javacvs.client.CVSResponse
checkedIn, endOfResponse, 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, processStdoutMessageResponse, processTemplateResponse, processUnrecognizedResponse, processUpdatedResponse, processUpdateExistingResponse, processValidRequestsResponse, 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

GetWrapperRCSOptionsResponse

public GetWrapperRCSOptionsResponse(CVSRequest request)
Method Detail

getRCSOptionCount

public int getRCSOptionCount()

getRCSOption

public GetWrapperRCSOptionsResponse.RCSOption getRCSOption(int i)

getRCSOption

public GetWrapperRCSOptionsResponse.RCSOption getRCSOption(java.lang.String sFileName)
Gets the RCS option that matches the supplied file name.

getRCSOption

public GetWrapperRCSOptionsResponse.RCSOption getRCSOption(java.io.File file)
Gets the RCS option that matches the supplied file.

isBinaryFile

public boolean isBinaryFile(java.lang.String sFileName)
Tests if the supplied file name should be considered a binary file.

isBinaryFile

public boolean isBinaryFile(java.io.File file)
Tests if the supplied file should be considered a binary file.

getKeywordSubstitutionMode

public KeywordSubstitutionMode getKeywordSubstitutionMode(java.lang.String sFileName)
Gets the options that should be used for the supplied file name.

getKeywordSubstitutionMode

public KeywordSubstitutionMode getKeywordSubstitutionMode(java.io.File file)
Gets the options that should be used for the supplied file name.

processWrapperRcsOptionResponse

protected void processWrapperRcsOptionResponse(java.lang.String s)
                                        throws CVSException
Overrides:
processWrapperRcsOptionResponse in class CVSResponse