| |
|
| java.lang.Object com.izforge.izpack.installer.InstallerBase
All known Subclasses: com.izforge.izpack.installer.GUIInstaller, com.izforge.izpack.installer.AutomatedInstaller,
InstallerBase | public class InstallerBase (Code) | | Common utility functions for the GUI and text installers. (Do not import swing/awt classes to
this class.)
author: Jonathan Halliday author: Julien Ponge |
Field Summary | |
final protected static String | LANG_FILE_NAME The base name of the XML file that specifies the custom langpack. |
LANG_FILE_NAME | final protected static String LANG_FILE_NAME(Code) | | The base name of the XML file that specifies the custom langpack. Searched is for the file
with the name expanded by _ISO3.
|
addCustomLangpack | protected void addCustomLangpack(AutomatedInstallData idata)(Code) | | Add the contents of a custom langpack (if exist) to the previos loaded comman langpack. If
not exist, trace an info and do nothing more.
Parameters: idata - install data to be used |
loadInstallData | public void loadInstallData(AutomatedInstallData installdata) throws Exception(Code) | | Loads the installation data. Also sets environment variables to installdata .
All system properties are available as $SYSTEM_ where is the actual
name _BUT_ with all separators replaced by '_'. Properties with null values are never stored.
Example: $SYSTEM_java_version or $SYSTEM_os_name
Parameters: installdata - Where to store the installation data. exception: Exception - Description of the Exception |
|
|
|