| Package | Description |
|---|---|
| org.apache.sshd.client.subsystem.sftp |
| Modifier and Type | Method and Description |
|---|---|
static SftpClient.CopyMode |
SftpClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
SftpClient.rename(String oldPath,
String newPath,
SftpClient.CopyMode... options) |
| Modifier and Type | Method and Description |
|---|---|
void |
SftpClient.rename(String oldPath,
String newPath,
Collection<SftpClient.CopyMode> options) |
void |
AbstractSftpClient.rename(String oldPath,
String newPath,
Collection<SftpClient.CopyMode> options) |
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.