Uses of Enum Class
org.apache.sshd.sftp.client.SftpClient.CopyMode
Packages that use SftpClient.CopyMode
Package
Description
-
Uses of SftpClient.CopyMode in org.apache.sshd.sftp.client
Methods in org.apache.sshd.sftp.client that return SftpClient.CopyModeModifier and TypeMethodDescriptionstatic SftpClient.CopyMode
Returns the enum constant of this class with the specified name.static SftpClient.CopyMode[]
SftpClient.CopyMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sshd.sftp.client with parameters of type SftpClient.CopyModeModifier and TypeMethodDescriptiondefault void
SftpClient.rename
(String oldPath, String newPath, SftpClient.CopyMode... options) Method parameters in org.apache.sshd.sftp.client with type arguments of type SftpClient.CopyModeModifier and TypeMethodDescriptionvoid
SftpClient.rename
(String oldPath, String newPath, Collection<SftpClient.CopyMode> options) -
Uses of SftpClient.CopyMode in org.apache.sshd.sftp.client.fs
Method parameters in org.apache.sshd.sftp.client.fs with type arguments of type SftpClient.CopyModeModifier and TypeMethodDescriptionvoid
SftpFileSystem.Wrapper.rename
(String oldPath, String newPath, Collection<SftpClient.CopyMode> options) -
Uses of SftpClient.CopyMode in org.apache.sshd.sftp.client.impl
Method parameters in org.apache.sshd.sftp.client.impl with type arguments of type SftpClient.CopyModeModifier and TypeMethodDescriptionvoid
AbstractSftpClient.rename
(String oldPath, String newPath, Collection<SftpClient.CopyMode> options)