Package com.sshtools.j2ssh.sftp
Class SshFxpRename
java.lang.Object
com.sshtools.j2ssh.subsystem.SubsystemMessage
com.sshtools.j2ssh.sftp.SshFxpRename
- Version:
- $Revision: 1.16 $
- Author:
- $author$
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new SshFxpRename object.SshFxpRename(UnsignedInteger32 id, String oldpath, String newpath) Creates a new SshFxpRename object. -
Method Summary
Methods inherited from class com.sshtools.j2ssh.subsystem.SubsystemMessage
fromByteArray, getMessageType, toByteArray
-
Field Details
-
SSH_FXP_RENAME
public static final int SSH_FXP_RENAME- See Also:
-
-
Constructor Details
-
SshFxpRename
public SshFxpRename()Creates a new SshFxpRename object. -
SshFxpRename
Creates a new SshFxpRename object.- Parameters:
id-oldpath-newpath-
-
-
Method Details
-
getId
- Returns:
-
getOldPath
- Returns:
-
getNewPath
- Returns:
-
constructMessage
- Specified by:
constructMessagein classSubsystemMessage- Parameters:
bar-- Throws:
IOExceptionInvalidMessageException- DOCUMENT ME!
-
getMessageName
- Specified by:
getMessageNamein classSubsystemMessage- Returns:
-
constructByteArray
- Specified by:
constructByteArrayin classSubsystemMessage- Parameters:
baw-- Throws:
IOExceptionInvalidMessageException- DOCUMENT ME!
-