org.netbeans.lib.cvsclient.request
Class NotifyRequest
java.lang.Object
org.netbeans.lib.cvsclient.request.Request
org.netbeans.lib.cvsclient.request.NotifyRequest
public class NotifyRequest
- extends Request
Notify Entry.java
E Sun Nov 11 10:25:40 2001 GMT worker E:\test\admin EUC
- Version:
- Nov 14, 2001
- Author:
- Thomas Singer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotifyRequest
public NotifyRequest(File file,
String command,
String parameters)
- Creates an NotifyRequest for the specified file.
If the specified file is null, a IllegalArgumentException is thrown.
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.