Class CopyFolderProcessor

java.lang.Object
net.simplace.pipe.control.FWProcessor
net.simplace.pipe.processors.CopyFolderProcessor

public final class CopyFolderProcessor extends FWProcessor
Copies folders from ${sourcedir} to ${targetdir}. ${overwrite} can be set true|false. ${subfolders} true|false switchs recursive copying on or off.
Parameter Description
sourcedir Sourcedir files taken from
targetdir Target files put
overwrite (optional) Flag, default to false
subfolders (optional) Flag, default to true
Author:
Andreas Enders
  • Constructor Details

    • CopyFolderProcessor

      public CopyFolderProcessor()
  • Method Details

    • process

      public boolean process() throws PipeLineException
      Must be overidden to implemnt concrete pipe procedure.
      Specified by:
      process in class FWProcessor
      Returns:
      success
      Throws:
      PipeLineException
    • checkInParameterMap

      protected boolean checkInParameterMap()
      Description copied from class: FWProcessor
      Can be overridden to perform semantic checks on the pipeline Input.
      Overrides:
      checkInParameterMap in class FWProcessor
      Returns:
      true if not overridden by implementations
    • checkOutParameterMap

      protected boolean checkOutParameterMap()
      Description copied from class: FWProcessor
      Can be overridden to perform semantic checks on the pipeline Input.
      Overrides:
      checkOutParameterMap in class FWProcessor
      Returns:
      true if not overridden