Package | Description |
---|---|
org.waarp.openr66.context.task |
Classes implementing Tasks for pre, post or error operations
Several kind of tasks exist in OpenR66:
LOG, MOVE, MOVERENAME, COPY, COPYRENAME, EXEC, EXECMOVE, LINKRENAME, TRANSFER, VALIDFILEPATH, DELETE Several tasks are possible to run before a transfer starts (pre action), after a transfer is finished correctly (post action) or after an error occurs (either in pre or post action or during transfer: error action). |
Modifier and Type | Class and Description |
---|---|
class |
ExecMoveTask
Execute an external command and Rename the file (using the new name from the
result).
|
class |
ExecOutputTask
Execute an external command and Use the output if an error occurs.
|
class |
ExecTask
Execute an external command
|
class |
TransferTask
Transfer task:
Result of arguments will be as r66send command. |
Copyright © 2009–2020 Waarp. All rights reserved.