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.fs 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.CopyMode
SftpClient.CopyMode. valueOf(java.lang.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 void
SftpClient. rename(java.lang.String oldPath, java.lang.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 void
SftpClient. rename(java.lang.String oldPath, java.lang.String newPath, java.util.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.CopyMode Modifier and Type Method Description void
SftpFileSystem.Wrapper. rename(java.lang.String oldPath, java.lang.String newPath, java.util.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 void
AbstractSftpClient. rename(java.lang.String oldPath, java.lang.String newPath, java.util.Collection<SftpClient.CopyMode> options)
-