com.izforge.izpack.panels.defaulttarget
Class DefaultTargetPanelAutomationHelper

java.lang.Object
  extended by 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

Constructor Summary
DefaultTargetPanelAutomationHelper()
           
 
Method Summary
 void createInstallationRecord(InstallData idata, IXMLElement panelRoot)
           
 void processOptions(InstallData installData, Overrides overrides)
           
 void runAutomated(InstallData installData, IXMLElement panelRoot)
          Asks to run in the automated mode.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultTargetPanelAutomationHelper

public DefaultTargetPanelAutomationHelper()
Method Detail

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.