@FunctionalInterface public interface FtpCopyDelegate
| Modifier and Type | Method and Description |
|---|---|
void |
doCopy(org.mule.extension.file.common.api.FileConnectorConfig config,
org.mule.extension.file.common.api.FileAttributes source,
Path targetPath,
boolean overwrite)
Performs the copy operation
|
void doCopy(org.mule.extension.file.common.api.FileConnectorConfig config,
org.mule.extension.file.common.api.FileAttributes source,
Path targetPath,
boolean overwrite)
config - the config which is parameterizing this operationsource - the attributes which describes the source filetargetPath - the target pathoverwrite - whether to overwrite the target file if it already existsCopyright © 2018 MuleSoft, Inc.. All rights reserved.