| |
|
| java.lang.Object com.izforge.izpack.installer.InstallerBase com.izforge.izpack.installer.AutomatedInstaller
AutomatedInstaller | public class AutomatedInstaller extends InstallerBase (Code) | | Runs the install process in text only (no GUI) mode.
author: Jonathan Halliday author: Julien Ponge author: Johannes Lehtinen |
Method Summary | |
protected void | doInstall() Runs the automated installation logic for each panel in turn. | public boolean | getResult() Get the result of the installation. | public XMLElement | getXMLData(File input) Loads the xml data for the automated mode.
Parameters: input - The file containing the installation data. |
AutomatedInstaller | public AutomatedInstaller(String inputFilename) throws Exception(Code) | | Constructing an instance triggers the install.
Parameters: inputFilename - Name of the file containing the installation data. exception: Exception - Description of the Exception |
doInstall | protected void doInstall() throws Exception(Code) | | Runs the automated installation logic for each panel in turn.
throws: Exception - |
getResult | public boolean getResult()(Code) | | Get the result of the installation.
True if the installation was successful. |
getXMLData | public XMLElement getXMLData(File input) throws Exception(Code) | | Loads the xml data for the automated mode.
Parameters: input - The file containing the installation data. The root of the XML file. exception: Exception - thrown if there are problems reading the file. |
Fields inherited from com.izforge.izpack.installer.InstallerBase | final protected static String LANG_FILE_NAME(Code)(Java Doc)
|
|
|
|