Interface InstallationCall

All Known Implementing Classes:
ExecuteSQL, RemoveFile

public interface InstallationCall
A named action executed during a module installation.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    call(Setup setup, File zip, String param)
    Executes the call.
  • Method Details

    • call

      void call(Setup setup, File zip, String param) throws Exception
      Executes the call.
      Parameters:
      setup - application setup
      zip - the module ZIP file
      param - call parameter from module.properties
      Throws:
      Exception - on a call error