Package com.sshtools.j2ssh.sftp
Class SshFxpSymlink
java.lang.Object
com.sshtools.j2ssh.subsystem.SubsystemMessage
com.sshtools.j2ssh.sftp.SshFxpSymlink
- Version:
- $Revision: 1.15 $
- Author:
- $author$
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new SshFxpSymlink object.SshFxpSymlink
(UnsignedInteger32 id, String targetpath, String linkpath) Creates a new SshFxpSymlink object. -
Method Summary
Methods inherited from class com.sshtools.j2ssh.subsystem.SubsystemMessage
fromByteArray, getMessageType, toByteArray
-
Field Details
-
SSH_FXP_SYMLINK
public static final int SSH_FXP_SYMLINK- See Also:
-
-
Constructor Details
-
SshFxpSymlink
public SshFxpSymlink()Creates a new SshFxpSymlink object. -
SshFxpSymlink
Creates a new SshFxpSymlink object.- Parameters:
id
-targetpath
-linkpath
-
-
-
Method Details
-
getId
- Returns:
-
getLinkPath
- Returns:
-
getTargetPath
- 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!
-