|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.izforge.izpack.installer.automation.AutomatedInstaller
public class AutomatedInstaller
Runs the install process in text only (no GUI) mode.
| Constructor Summary | |
|---|---|
AutomatedInstaller(AutomatedPanels panels,
AutomatedInstallData installData,
Locales locales,
RequirementsChecker requirements,
UninstallDataWriter uninstallDataWriter,
Housekeeper housekeeper)
Constructs an AutomatedInstaller. |
|
| Method Summary | |
|---|---|
void |
doInstall()
Runs the automated installation logic for each panel in turn. |
void |
init(String inputFilename,
String mediaPath,
String[] args)
Initialize the automated installer. |
void |
writeInstallationRecord(File file,
UninstallData uninstallData)
Write the automatic installation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AutomatedInstaller(AutomatedPanels panels,
AutomatedInstallData installData,
Locales locales,
RequirementsChecker requirements,
UninstallDataWriter uninstallDataWriter,
Housekeeper housekeeper)
panels - the panelsinstallData - the installation datalocales - the supported localesrequirements - the installation requirements checkeruninstallDataWriter - the uninstallation data writerhousekeeper - the house-keeper| Method Detail |
|---|
public void init(String inputFilename,
String mediaPath,
String[] args)
throws Exception
inputFilename - the name of the file containing the installation datamediaPath - the multi-volume media directory. May be null
Exception
public void doInstall()
throws Exception
Exception
public void writeInstallationRecord(File file,
UninstallData uninstallData)
throws Exception
InstallerBase
writeInstallationRecord in interface InstallerBaseException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||