Interface OpenSSHPosixRenameExtension
-
- All Superinterfaces:
NamedResource
,OptionalFeature
,SftpClientExtension
,SftpClientHolder
- All Known Implementing Classes:
OpenSSHPosixRenameExtensionImpl
public interface OpenSSHPosixRenameExtension extends SftpClientExtension
Implements the "posix-rename@openssh.com" extension
-
-
Field Summary
-
Fields inherited from interface org.apache.sshd.common.NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTOR
-
Fields inherited from interface org.apache.sshd.common.OptionalFeature
FALSE, TRUE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
posixRename(java.lang.String oldPath, java.lang.String newPath)
-
Methods inherited from interface org.apache.sshd.common.NamedResource
getName
-
Methods inherited from interface org.apache.sshd.common.OptionalFeature
isSupported
-
Methods inherited from interface org.apache.sshd.sftp.client.SftpClientHolder
getClient
-
-