|
|||||||||
| 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
The base class for any options. Options know how to parse themselves from a string, send themselves to a server.
| Constructor Summary | |
protected |
Options()
|
| Method Summary | |
protected void |
buildOptionsAsString(java.lang.StringBuffer buffer)
|
protected CVSClient |
getClient()
Gets the client object that is used to communicate with the server. |
protected java.io.File |
getCurrentDirectory()
Gets the current directory for this communications object. |
protected abstract void |
sendOptions()
Sends the options to the server. |
void |
setToDefaults()
Sets these options to their default values. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected Options()
| Method Detail |
protected CVSClient getClient()
CVSCommunicationsObjectgetClient in class CVSCommunicationsObjectprotected java.io.File getCurrentDirectory()
CVSCommunicationsObjectgetCurrentDirectory in class CVSCommunicationsObject
protected abstract void sendOptions()
throws java.io.IOException,
CVSException
public void setToDefaults()
protected void buildOptionsAsString(java.lang.StringBuffer buffer)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||