Uses of Class
org.apache.sshd.sftp.client.SftpClient.CopyMode
-
Packages that use SftpClient.CopyMode Package Description org.apache.sshd.sftp.client org.apache.sshd.sftp.client.impl -
-
Uses of SftpClient.CopyMode in org.apache.sshd.sftp.client
Methods in org.apache.sshd.sftp.client that return SftpClient.CopyMode Modifier and Type Method Description static SftpClient.CopyModeSftpClient.CopyMode. valueOf(String name)Returns the enum constant of this type with the specified name.static SftpClient.CopyMode[]SftpClient.CopyMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sshd.sftp.client with parameters of type SftpClient.CopyMode Modifier and Type Method Description default voidSftpClient. rename(String oldPath, String newPath, SftpClient.CopyMode... options)Method parameters in org.apache.sshd.sftp.client with type arguments of type SftpClient.CopyMode Modifier and Type Method Description voidSftpClient. 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.CopyMode Modifier and Type Method Description voidAbstractSftpClient. rename(String oldPath, String newPath, Collection<SftpClient.CopyMode> options)
-