allensoft.javacvs.client
Class ImportOptions

java.lang.Object
  |
  +--allensoft.javacvs.client.CVSCommunicationsObject
        |
        +--allensoft.javacvs.client.Options
              |
              +--allensoft.javacvs.client.ImportOptions

public class ImportOptions
extends Options


Constructor Summary
ImportOptions()
           
 
Method Summary
 KeywordSubstitutionMode getKeywordSubstitutionMode()
           
 java.lang.String getMessage()
           
 java.lang.String getVendorBranch()
           
protected  void sendOptions()
          Sends the options to the server.
 void setKeywordSubstitutionMode(KeywordSubstitutionMode mode)
           
 void setMessage(java.lang.String sMessage)
           
 void setVendorBranch(java.lang.String sBranch)
           
 
Methods inherited from class allensoft.javacvs.client.Options
buildOptionsAsString, getClient, getCurrentDirectory, setToDefaults
 
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

ImportOptions

public ImportOptions()
Method Detail

getVendorBranch

public java.lang.String getVendorBranch()

setVendorBranch

public void setVendorBranch(java.lang.String sBranch)

getKeywordSubstitutionMode

public KeywordSubstitutionMode getKeywordSubstitutionMode()

setKeywordSubstitutionMode

public void setKeywordSubstitutionMode(KeywordSubstitutionMode mode)

getMessage

public java.lang.String getMessage()

setMessage

public void setMessage(java.lang.String sMessage)

sendOptions

protected void sendOptions()
                    throws java.io.IOException,
                           CVSException
Description copied from class: Options
Sends the options to the server.
Overrides:
sendOptions in class Options