com.izforge.izpack.panels.jdkpath
Class JDKPathPanelAutomationHelper

java.lang.Object
  extended by com.izforge.izpack.installer.automation.PanelAutomationHelper
      extended by com.izforge.izpack.panels.jdkpath.JDKPathPanelAutomationHelper
All Implemented Interfaces:
AbstractUIHandler, PanelAutomation

public class JDKPathPanelAutomationHelper
extends PanelAutomationHelper
implements PanelAutomation


Field Summary
 
Fields inherited from interface com.izforge.izpack.api.handler.AbstractUIHandler
ANSWER_CANCEL, ANSWER_NO, ANSWER_YES, CHOICES_YES_NO
 
Constructor Summary
JDKPathPanelAutomationHelper()
           
 
Method Summary
 void createInstallationRecord(InstallData installData, IXMLElement rootElement)
           
 void processOptions(InstallData installData, Overrides overrides)
           
 void runAutomated(InstallData installData, IXMLElement panelRoot)
           
 
Methods inherited from class com.izforge.izpack.installer.automation.PanelAutomationHelper
askQuestion, askQuestion, askWarningQuestion, emitError, emitNotification, emitWarning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDKPathPanelAutomationHelper

public JDKPathPanelAutomationHelper()
Method Detail

createInstallationRecord

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

runAutomated

public void runAutomated(InstallData installData,
                         IXMLElement panelRoot)
                  throws InstallerException
Specified by:
runAutomated in interface PanelAutomation
Throws:
InstallerException

processOptions

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


Copyright © 2018. All rights reserved.