public interface DeleteCommand
| Modifier and Type | Method and Description |
|---|---|
void |
delete(String filePath)
Deletes a file under the considerations of
FileSystem#delete(FileConnectorConfig, String) |
void delete(String filePath)
FileSystem#delete(FileConnectorConfig, String)filePath - the path to the file to be deletedIllegalArgumentException - if filePath doesn't exists or is lockedCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.