org.netbeans.lib.cvsclient.request
Class IsModifiedRequest

java.lang.Object
  extended by org.netbeans.lib.cvsclient.request.Request
      extended by 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.


Constructor Summary
IsModifiedRequest(java.io.File file)
           
 
Method Summary
 java.lang.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

IsModifiedRequest

public IsModifiedRequest(java.io.File file)
Method Detail

getRequestString

public java.lang.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

 

Built on October 26 2010.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.