public class SshFxpRenameRequest extends BaseRequest
Constructor and Description |
---|
SshFxpRenameRequest(int id,
String oldPath,
String newPath)
Create a SshFxpRenameRequest instance.
|
Modifier and Type | Method and Description |
---|---|
SftpConstants.Type |
getMessage()
Returns the message type.
|
String |
getNewPath()
Returns the new path.
|
String |
getOldPath()
Returns the old path.
|
String |
toString() |
getId, getName
public SftpConstants.Type getMessage()
public String getOldPath()
public String getNewPath()
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.