com.izforge.izpack.panels.packs
Class PacksPanelAutomationHelper

java.lang.Object
  extended by com.izforge.izpack.panels.packs.PacksPanelAutomationHelper
All Implemented Interfaces:
PanelAutomation
Direct Known Subclasses:
ImgPacksPanelAutomationHelper, TreePacksPanelAutomationHelper

public class PacksPanelAutomationHelper
extends Object
implements PanelAutomation

Functions to support automated usage of the PacksPanel

Author:
Jonathan Halliday, Julien Ponge

Constructor Summary
PacksPanelAutomationHelper()
           
 
Method Summary
 void createInstallationRecord(InstallData installData, IXMLElement panelRoot)
           
 void processOptions(InstallData installData, Overrides overrides)
           
 void runAutomated(InstallData idata, 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

PacksPanelAutomationHelper

public PacksPanelAutomationHelper()
Method Detail

createInstallationRecord

public void createInstallationRecord(InstallData installData,
                                     IXMLElement panelRoot)
Specified by:
createInstallationRecord in interface PanelAutomation

runAutomated

public void runAutomated(InstallData idata,
                         IXMLElement panelRoot)
Asks to run in the automated mode.

Specified by:
runAutomated in interface PanelAutomation
Parameters:
idata - The installation installDataGUI.
panelRoot - The root of the panel installDataGUI.

processOptions

public void processOptions(InstallData installData,
                           Overrides overrides)
Specified by:
processOptions in interface PanelAutomation


Copyright © 2018. All rights reserved.