Klasse DownloadFileProcessor

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

public final class DownloadFileProcessor extends FWProcessor
reads one file ${url} to param ${targetDir}/${file}. Additionally you can use ${resultParamKey}.file to get the filename read from parameters. Use 'encoding'-Parameter if you want a special encoding to be used
Autor:
Andreas Enders
  • Konstruktordetails

    • DownloadFileProcessor

      public DownloadFileProcessor()
  • Methodendetails

    • process

      public boolean process() throws PipeLineException
      Must be overridden to implement 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