public class InstallerBase
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
LANG_FILE_NAME
The base name of the XML file that specifies the custom langpack.
|
Constructor and Description |
---|
InstallerBase() |
Modifier and Type | Method and Description |
---|---|
protected void |
addCustomLangpack(AutomatedInstallData idata)
Add the contents of a custom langpack (if exist) to the previos loaded comman langpack.
|
private java.lang.String |
buildWindowsDefaultPath()
Builds the default path for Windows (i.e Program Files/...).
|
private void |
loadCustomData(AutomatedInstallData installdata)
Loads custom data like listener and lib references if exist and fills the installdata.
|
void |
loadInstallData(AutomatedInstallData installdata)
Loads the installation data.
|
protected static final java.lang.String LANG_FILE_NAME
public void loadInstallData(AutomatedInstallData installdata) throws java.lang.Exception
installdata
.
All system properties are available as $SYSTEM_installdata
- Where to store the installation data.java.lang.Exception
- Description of the Exceptionprotected void addCustomLangpack(AutomatedInstallData idata)
idata
- install data to be usedprivate java.lang.String buildWindowsDefaultPath()
private void loadCustomData(AutomatedInstallData installdata) throws java.lang.Exception
installdata
- installdata into which the custom action data should be storedjava.lang.Exception