|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.lib.cvsclient.request.Request
org.netbeans.lib.cvsclient.request.ArgumentRequest
public class ArgumentRequest
The Argument request. The server saves the specified argument for use in a future argument-using command
Constructor Summary | |
---|---|
ArgumentRequest(String argument)
Create a new request |
|
ArgumentRequest(String argument,
boolean escapeLeadingDash)
Create a new request |
Method Summary | |
---|---|
String |
getRequestString()
Get the request String that will be passed to the server |
boolean |
isResponseExpected()
Is a response expected from the server? |
Methods inherited from class org.netbeans.lib.cvsclient.request.Request |
---|
getFileForTransmission, modifiesInputStream, modifyInputStream, modifyOutputStream |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ArgumentRequest(String argument)
theArgument
- the argument to usepublic ArgumentRequest(String argument, boolean escapeLeadingDash)
theArgument
- the argument to useescapeLeadingDash
- true to escape leasding dash in the argument with another "--" Argument request, false otherwiseMethod Detail |
---|
public String getRequestString()
getRequestString
in class Request
public boolean isResponseExpected()
isResponseExpected
in class Request
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |