public class SshFxpRenameRequest extends BaseRequest
| Constructor and Description |
|---|
SshFxpRenameRequest(int id,
java.lang.String oldPath,
java.lang.String newPath)
Create a SshFxpRenameRequest instance.
|
| Modifier and Type | Method and Description |
|---|---|
SftpConstants.Type |
getMessage()
Returns the message type.
|
java.lang.String |
getNewPath()
Returns the new path.
|
java.lang.String |
getOldPath()
Returns the old path.
|
java.lang.String |
toString() |
getId, getNamepublic SshFxpRenameRequest(int id,
java.lang.String oldPath,
java.lang.String newPath)
id - The request id.oldPath - The old path.newPath - The new path.public SftpConstants.Type getMessage()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getOldPath()
public java.lang.String getNewPath()
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.