|
|||||||||
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.RemoveOptions
Defines the options for a remove request.
Constructor Summary | |
RemoveOptions()
|
Method Summary | |
boolean |
getDeleteLocalFiles()
|
boolean |
getRecursive()
|
protected void |
sendOptions()
Sends the options to the server. |
void |
setDeleteLocalFiles(boolean b)
|
void |
setRecursive(boolean b)
|
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 RemoveOptions()
Method Detail |
public boolean getRecursive()
public void setRecursive(boolean b)
public boolean getDeleteLocalFiles()
public void setDeleteLocalFiles(boolean b)
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 |