|
Secure iNet Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jscape.inet.sftp.requests.RealPathRequest
public class RealPathRequest
Real path request.
Constructor Summary | |
---|---|
RealPathRequest()
|
Method Summary | |
---|---|
void |
execute(SftpClient client)
Executes request. |
java.lang.String |
getPath()
Returns target path. |
java.lang.String |
getRealPath(java.lang.String charset)
Returns real path. |
boolean |
isValid()
Checks if request is in valid state. |
void |
setPath(java.lang.String path)
Sets target path. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RealPathRequest()
Method Detail |
---|
public java.lang.String getPath()
public void setPath(java.lang.String path)
path
- target pathpublic java.lang.String getRealPath(java.lang.String charset)
public boolean isValid()
Request
isValid
in interface Request
true
if request is valid;
false
otherwiseRequest.isValid()
public void execute(SftpClient client) throws SftpException
Request
execute
in interface Request
client
- client
SftpException
- if an error occursRequest.execute(com.jscape.inet.sftp.SftpClient)
|
Secure iNet Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |