public final class DirectoryRequest extends Request
Constructor and Description |
---|
DirectoryRequest(java.lang.String localDirectory,
java.lang.String repository)
Create a new DirectoryRequest
|
Modifier and Type | Method and Description |
---|---|
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?
|
getFileForTransmission, modifiesInputStream, modifyInputStream, modifyOutputStream
public DirectoryRequest(java.lang.String localDirectory, java.lang.String repository)
theLocalDirectory
- the local directory argumenttheRepository
- the repository argumentpublic 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
Built on January 12 2013. | Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.