org.netbeans.lib.cvsclient.request
Class GlobalOptionRequest
java.lang.Object
org.netbeans.lib.cvsclient.request.Request
org.netbeans.lib.cvsclient.request.GlobalOptionRequest
public class GlobalOptionRequest
- extends Request
The global options request.
Sends global switch to the server.
- Author:
- Milos Kleint
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GlobalOptionRequest
public GlobalOptionRequest(String option)
- Create a new request
- Parameters:
theOption
- the option to use
getRequestString
public String getRequestString()
throws UnconfiguredRequestException
- Get the request String that will be passed to the server.
- Specified by:
getRequestString
in class Request
- Returns:
- the request String
- Throws:
UnconfiguredRequestException
- if the request has not been
properly configured
isResponseExpected
public boolean isResponseExpected()
- Is a response expected from the server?
- Specified by:
isResponseExpected
in class Request
- Returns:
- true if a response is expected, false if no response if
expected
Copyright © 2011. All Rights Reserved.