|
||||||||||
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.EntryRequest
public class EntryRequest
Sends an entry to the server, to tell the server which version of a file is on the local machine. The filename is relative to the most recent Directory request. Note that if an
Entryrequest is sent without
Modified,
Is-Modifiedor
Unchangedit means that the file is lost. Also note that if
Modified,
Is-Modifiedor Unchanged is sent with
Entrythen Entry must be sent first.
DirectoryRequest
,
ModifiedRequest
,
ModifiedRequest
,
UnchangedRequest
Constructor Summary | |
---|---|
EntryRequest(Entry theEntry)
Create an EntryRequest |
Method Summary | |
---|---|
Entry |
getEntry()
|
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 |
---|
public EntryRequest(Entry theEntry)
theEntry
- the Entry to sendMethod 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 Entry getEntry()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |