org.netbeans.lib.cvsclient.request
Class KoptRequest
java.lang.Object
org.netbeans.lib.cvsclient.request.Request
org.netbeans.lib.cvsclient.request.KoptRequest
public class KoptRequest
- extends Request
Represents Kopt option\n request.
- Author:
- Petr Kuzel
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KoptRequest
public KoptRequest(String option)
- Parameters:
option
- >i>option terminal from C/S protol specification.
getRequestString
public String getRequestString()
throws UnconfiguredRequestException
- Description copied from class:
Request
- 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()
- Description copied from class:
Request
- 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.