allensoft.javacvs.client
Class CommitOptions

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

public class CommitOptions
extends Options


Constructor Summary
CommitOptions()
           
CommitOptions(java.lang.String sMessage)
           
 
Method Summary
 java.lang.String getBranchOrTrunk()
           
 boolean getForceCommit()
           
 java.lang.String getMessage()
           
 boolean getRunModuleProgram()
           
 boolean isRecursive()
           
protected  void sendOptions()
          Sends the options to the server.
 void setBranchOrTrunk(java.lang.String s)
           
 void setForceCommit(boolean b)
           
 void setMessage(java.lang.String sMessage)
           
 void setRecursive(boolean b)
           
 void setRunModuleProgram(boolean b)
           
 
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

CommitOptions

public CommitOptions()

CommitOptions

public CommitOptions(java.lang.String sMessage)
Method Detail

getMessage

public java.lang.String getMessage()

setMessage

public void setMessage(java.lang.String sMessage)

isRecursive

public boolean isRecursive()

setRecursive

public void setRecursive(boolean b)

getRunModuleProgram

public boolean getRunModuleProgram()

setRunModuleProgram

public void setRunModuleProgram(boolean b)

getForceCommit

public boolean getForceCommit()

setForceCommit

public void setForceCommit(boolean b)

getBranchOrTrunk

public java.lang.String getBranchOrTrunk()

setBranchOrTrunk

public void setBranchOrTrunk(java.lang.String s)

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