filemanager-call

This plug-in allows you to perform a sequence of file operations on the local filesystem. The operations allowed are:

  • Deletion of one or more file whose name corresponds to a regular expression;
  • Rename a file;
  • Moving of one or more files, whose name corresponds to a regular expression, from a directory source to a destination directory;
  • Copy of one or more files, whose name corresponds to a regular expression, from source directory to a destination directory;
  • ZIP compress of one or more files, whose name corresponds to a regular expression, from a source directory to a ZIP file in a destination directory;
  • Decompression of ZIP file from a directory source to a target directory;
  • Check existence of one or more files whose name corresponds to a given regular expression;.

Fixed attributes:

  • class: Unmodifiable. Used by GreenVulcanoESB factory framework.
  • type: Unmodifiable. Used by GreenVulcanoESB factory framework.

Required attributes:

  • name: Operation name. Used in the ‘Flow’ section to associate workflow nodes to VCL operations.

Subelements

filemanager-call has the followong subelements:

  • Description (optional).
  • FileCommands (one element).

FileCommands

The sequence of file operations to be performed. The operations are carried out in the order they are configured. An error in one of the critical operations will terminate the execution of the entire sequence of operations.

Subelements

FileCommands has the followong subelement: