JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
org.bgerp.app.dist.inst.call
InstallationCall
Contents
Description
Method Summary
Method Details
call(Setup, File, String)
Hide sidebar
Show sidebar
Interface InstallationCall
All Known Implementing Classes:
ExecuteSQL
,
RemoveFile
public interface
InstallationCall
A named action executed during a module installation.
Method Summary
All Methods
Instance Methods
Abstract Methods
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