|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--allensoft.javacvs.client.CVSCommunicationsObject
|
+--allensoft.javacvs.client.Options
|
+--allensoft.javacvs.client.CheckoutOptions
|
+--allensoft.javacvs.client.UpdateOptions
| Constructor Summary | |
UpdateOptions()
|
|
| Method Summary | |
java.lang.String |
getMergeFrom()
|
java.lang.String |
getMergeTo()
|
protected void |
sendOptions()
Sends the options to the server. |
void |
setMergeFrom(java.lang.String sFrom)
|
void |
setMergeTo(java.lang.String sTo)
|
| Methods inherited from class allensoft.javacvs.client.CheckoutOptions |
getClearStickyTags, getCreateEmptyDirectories, getPruneEmptyDirectories, getRetrieveFilesThatDontMatchTagOrDate, getStickyDate, getStickyTag, isRecursive, setClearStickyTags, setCreateEmptyDirectories, setPruneEmptyDirectories, setRecursive, setRetrieveFilesThatDontMatchTagOrDate, setStickyDate, setStickyTag |
| Methods inherited from class allensoft.javacvs.client.Options |
buildOptionsAsString, getClient, getCurrentDirectory, setToDefaults |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public UpdateOptions()
| Method Detail |
protected void sendOptions()
throws java.io.IOException,
CVSException
sendOptions in class CheckoutOptionspublic java.lang.String getMergeFrom()
public void setMergeFrom(java.lang.String sFrom)
public java.lang.String getMergeTo()
public void setMergeTo(java.lang.String sTo)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||