|
|||||||||
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.ImportOptions
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ImportOptions()
Method Detail |
public java.lang.String getVendorBranch()
public void setVendorBranch(java.lang.String sBranch)
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 |