|
|||||||||
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.AddOptions
Defines the options for an AddRequest.
Constructor Summary | |
AddOptions()
|
Method Summary | |
KeywordSubstitutionMode |
getKeywordSubstitutionMode()
|
java.lang.String |
getMessage()
|
protected void |
sendOptions()
Sends the options to the server. |
void |
setKeywordSubstitutionMode(KeywordSubstitutionMode mode)
|
void |
setMessage(java.lang.String sMessage)
|
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 AddOptions()
Method Detail |
public KeywordSubstitutionMode getKeywordSubstitutionMode()
public void setKeywordSubstitutionMode(KeywordSubstitutionMode mode)
public java.lang.String getMessage()
public void setMessage(java.lang.String sMessage)
protected void sendOptions() throws java.io.IOException, CVSException
Options
sendOptions
in class Options
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |