|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.lib.cvsclient.request.Request
org.netbeans.lib.cvsclient.request.ModifiedRequest
Sends the server a copy of a locally modified file.
Constructor Summary | |
ModifiedRequest(java.io.File file,
boolean isBinary)
Construct a new modified request. |
Method Summary | |
FileDetails |
getFileForTransmission()
If a file transmission is required, get the file object representing the file to transmit after the request string. |
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 |
modifiesInputStream, modifyInputStream, modifyOutputStream |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ModifiedRequest(java.io.File file, boolean isBinary)
Method Detail |
public java.lang.String getRequestString() throws UnconfiguredRequestException
getRequestString
in class Request
UnconfiguredRequestException
- if the request has not been
properly configuredpublic boolean isResponseExpected()
isResponseExpected
in class Request
public FileDetails getFileForTransmission()
getFileForTransmission
in class Request
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |