com.izforge.izpack.panels.userpath
Class UserPathPanelAutomationHelper

java.lang.Object
  extended by com.izforge.izpack.panels.userpath.UserPathPanelAutomationHelper
All Implemented Interfaces:
PanelAutomation

public class UserPathPanelAutomationHelper
extends Object
implements PanelAutomation

Functions to support automated usage of the UserPathPanel

Author:
Jonathan Halliday, Julien Ponge, Jeff Gordon

Constructor Summary
UserPathPanelAutomationHelper()
           
 
Method Summary
 void createInstallationRecord(InstallData idata, IXMLElement panelRoot)
           
 void processOptions(InstallData installData, Overrides overrides)
           
 void runAutomated(InstallData idata, IXMLElement panelRoot)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserPathPanelAutomationHelper

public UserPathPanelAutomationHelper()
Method Detail

createInstallationRecord

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

runAutomated

public void runAutomated(InstallData idata,
                         IXMLElement panelRoot)
Specified by:
runAutomated in interface PanelAutomation

processOptions

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


Copyright © 2018. All rights reserved.