Klasse 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
Autor:
Andreas Enders
  • Konstruktordetails

    • MoveFileProcessor

      public MoveFileProcessor()
  • Methodendetails

    • process

      public boolean process() throws PipeLineException
      Must be overidden to implemnt concrete pipe procedure.
      Angegeben von:
      process in Klasse FWProcessor
      Gibt zurück:
      success
      Löst aus:
      PipeLineException
    • checkInParameterMap

      protected boolean checkInParameterMap()
      Beschreibung aus Klasse kopiert: FWProcessor
      Can be overridden to perform semantic checks on the pipeline Input.
      Setzt außer Kraft:
      checkInParameterMap in Klasse FWProcessor
      Gibt zurück:
      true if not overridden by implementations
    • checkOutParameterMap

      protected boolean checkOutParameterMap()
      Beschreibung aus Klasse kopiert: FWProcessor
      Can be overridden to perform semantic checks on the pipeline Input.
      Setzt außer Kraft:
      checkOutParameterMap in Klasse FWProcessor
      Gibt zurück:
      true if not overridden