com.izforge.izpack.panels.defaulttarget
Class DefaultTargetPanelAutomationHelper
java.lang.Object
com.izforge.izpack.panels.defaulttarget.DefaultTargetPanelAutomationHelper
- All Implemented Interfaces:
- PanelAutomation
public class DefaultTargetPanelAutomationHelper
- extends Object
- implements PanelAutomation
Functions to support automated usage of the TargetPanel
- Author:
- Jonathan Halliday, Julien Ponge
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultTargetPanelAutomationHelper
public DefaultTargetPanelAutomationHelper()
createInstallationRecord
public void createInstallationRecord(InstallData idata,
IXMLElement panelRoot)
- Specified by:
createInstallationRecord in interface PanelAutomation
runAutomated
public void runAutomated(InstallData installData,
IXMLElement panelRoot)
- Asks to run in the automated mode.
- Specified by:
runAutomated in interface PanelAutomation
- Parameters:
installData - The installation installDataGUI.panelRoot - The XML tree to read the installDataGUI from.
processOptions
public void processOptions(InstallData installData,
Overrides overrides)
- Specified by:
processOptions in interface PanelAutomation
Copyright © 2018. All rights reserved.