Class MoveFileProcessor

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

public final class MoveFileProcessor extends FWProcessor
Moves files from ${sourcefile} to ${targetfile}. ${overwrite} can be set true|false.
Parameter Description
sourcefile Source file
targetfile Target file
overwrite (optional) Flag, default to false
Author:
Andreas Enders
  • Constructor Details

    • MoveFileProcessor

      public MoveFileProcessor()
  • 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