Class PackRollProcess

java.lang.Object
org.compiere.process.SvrProcess
org.adempiere.pipo2.PackRollProcess
All Implemented Interfaces:
ProcessCall

public class PackRollProcess extends SvrProcess
Reverse Package Install.
Author:
Robert Klein
  • Constructor Details

    • PackRollProcess

      public PackRollProcess()
  • Method Details

    • prepare

      protected void prepare()
      Prepare - e.g., get Parameters.
      Specified by:
      prepare in class SvrProcess
      See Also:
    • doIt

      protected String doIt() throws Exception
      Perform process.
      Specified by:
      doIt in class SvrProcess
      Returns:
      Message (translated text)
      Throws:
      Exception - if not successful
    • OpenInputfile

      public FileInputStream OpenInputfile(String filePath)
      Open input file for processing
      Parameters:
      filePath - file with path
      Returns:
    • OpenOutputfile

      public OutputStream OpenOutputfile(String filePath)
      Open output file for processing
      Parameters:
      filePath - file with path
      Returns:
    • copyFile

      public int copyFile(String sourceFile, String targetFile)
      Copyfile
      Parameters:
      sourceFile -
      targetFile -
      Returns: