public interface RenameCommand
| Modifier and Type | Method and Description |
|---|---|
void |
rename(String filePath,
String newName,
boolean overwrite)
Renames a file under the considerations of
FileSystem#rename(FileConnectorConfig, String, String, boolean) |
void rename(String filePath, String newName, boolean overwrite)
FileSystem#rename(FileConnectorConfig, String, String, boolean)filePath - the path to the file to be renamednewName - the file's new nameoverwrite - whether to overwrite the target file if it already existsCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.