public class MoveFtpDelegate extends Object implements FtpCopyDelegate
| Constructor and Description |
|---|
MoveFtpDelegate(FtpCommand command,
FtpFileSystem fileSystem) |
| 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
|
public MoveFtpDelegate(FtpCommand command, FtpFileSystem fileSystem)
public void doCopy(org.mule.extension.file.common.api.FileConnectorConfig config,
org.mule.extension.file.common.api.FileAttributes source,
Path targetPath,
boolean overwrite)
FtpCopyDelegatedoCopy in interface FtpCopyDelegateconfig - 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.