|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.izforge.izpack.installer.InstallerBase
public class InstallerBase
Common utility functions for the GUI and text installers. (Do not import swing/awt classes to this class.)
| Field Summary | |
|---|---|
protected static java.lang.String |
LANG_FILE_NAME
The base name of the XML file that specifies the custom langpack. |
| Constructor Summary | |
|---|---|
InstallerBase()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final java.lang.String LANG_FILE_NAME
| Constructor Detail |
|---|
public InstallerBase()
| Method Detail |
|---|
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 stored
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||