Class UnzipFolderProcessor

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

public final class UnzipFolderProcessor extends FWProcessor
unzips a ${sourcezipfile} taken from the class path to ${targetdir}.
Parameter Description
sourcezipfile Path to the sourcezipfile
targetdir Path to directory to place the unpacked files in.
folderversion (optional) if used the folderversion of available unzipped files are used. - if folderversion is same - nothing to do (1.0 = 1.0) - if folderversion is same main but different subversion - user is asked (1.0 != 1.1) - if folderversion is other main folder is unpacked again without request. - if no folderversion was given before folderversion ist treated as to be 0.
Author:
Andreas Enders
  • Constructor Details

    • UnzipFolderProcessor

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