Package com.sshtools.j2ssh.sftp
Class SshFxpRmdir
java.lang.Object
com.sshtools.j2ssh.subsystem.SubsystemMessage
com.sshtools.j2ssh.sftp.SshFxpRmdir
- Version:
- $Revision: 1.16 $
- Author:
- $author$
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new SshFxpRmdir object.SshFxpRmdir
(UnsignedInteger32 id, String path) Creates a new SshFxpRmdir object. -
Method Summary
Methods inherited from class com.sshtools.j2ssh.subsystem.SubsystemMessage
fromByteArray, getMessageType, toByteArray
-
Field Details
-
SSH_FXP_RMDIR
public static final int SSH_FXP_RMDIR- See Also:
-
-
Constructor Details
-
SshFxpRmdir
public SshFxpRmdir()Creates a new SshFxpRmdir object. -
SshFxpRmdir
Creates a new SshFxpRmdir object.- Parameters:
id
-path
-
-
-
Method Details
-
getId
- Returns:
-
getPath
- Returns:
-
constructMessage
- Specified by:
constructMessage
in classSubsystemMessage
- Parameters:
bar
-- Throws:
IOException
InvalidMessageException
- DOCUMENT ME!
-
getMessageName
- Specified by:
getMessageName
in classSubsystemMessage
- Returns:
-
constructByteArray
- Specified by:
constructByteArray
in classSubsystemMessage
- Parameters:
baw
-- Throws:
IOException
InvalidMessageException
- DOCUMENT ME!
-