|
||||||||||
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.DirectoryRequest
public final class DirectoryRequest
The directory request. Tell the server which directory to use.
Constructor Summary | |
---|---|
DirectoryRequest(java.lang.String localDirectory,
java.lang.String repository)
Create a new DirectoryRequest |
Method Summary | |
---|---|
java.lang.String |
getLocalDirectory()
Returns the value of used local directory. |
java.lang.String |
getRepository()
Returns the value of used repository directory. |
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 DirectoryRequest(java.lang.String localDirectory, java.lang.String repository)
theLocalDirectory
- the local directory argumenttheRepository
- the repository argumentMethod Detail |
---|
public java.lang.String getLocalDirectory()
public java.lang.String getRepository()
public java.lang.String getRequestString()
getRequestString
in class Request
public boolean isResponseExpected()
isResponseExpected
in class Request
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |