org.netbeans.lib.cvsclient.request
Class IsModifiedRequest
java.lang.Object
org.netbeans.lib.cvsclient.request.Request
org.netbeans.lib.cvsclient.request.IsModifiedRequest
public final class IsModifiedRequest
- extends Request
Represents Is-modified filename \n request.
It's faster alternative to Modified but must be used with
care see protocol specs.
- Author:
- Petr Kuzel
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IsModifiedRequest
public IsModifiedRequest(File file)
getRequestString
public String getRequestString()
- 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
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.