com.izforge.izpack.panels.installationgroup
Class InstallationGroupConsolePanel

java.lang.Object
  extended by com.izforge.izpack.installer.console.AbstractConsolePanel
      extended by com.izforge.izpack.panels.installationgroup.InstallationGroupConsolePanel
All Implemented Interfaces:
ConsolePanel

public class InstallationGroupConsolePanel
extends AbstractConsolePanel
implements ConsolePanel

Console implementation for the InstallationGroupPanel.

Author:
radai.rosenblatt@gmail.com

Constructor Summary
InstallationGroupConsolePanel(PanelView<ConsolePanel> panel, Prompt prompt, AutomatedInstallData automatedInstallData, PlatformModelMatcher matcher)
           
 
Method Summary
 void createInstallationRecord(IXMLElement panelRoot)
           
 boolean run(InstallData installData, Console console)
           
 boolean run(InstallData installData, Properties properties)
           
protected  void setSelectedPacksBySelectedGroup(GroupData selected)
           
 
Methods inherited from class com.izforge.izpack.installer.console.AbstractConsolePanel
generateOptions, getI18nStringForClass, getI18nStringForClass, getPanel, handlePanelValidationResult, printHeadLine, promptEndPanel, promptRerunPanel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.izforge.izpack.installer.console.ConsolePanel
generateOptions, handlePanelValidationResult
 

Constructor Detail

InstallationGroupConsolePanel

public InstallationGroupConsolePanel(PanelView<ConsolePanel> panel,
                                     Prompt prompt,
                                     AutomatedInstallData automatedInstallData,
                                     PlatformModelMatcher matcher)
Method Detail

run

public boolean run(InstallData installData,
                   Properties properties)
Specified by:
run in interface ConsolePanel

run

public boolean run(InstallData installData,
                   Console console)
Specified by:
run in interface ConsolePanel
Overrides:
run in class AbstractConsolePanel

createInstallationRecord

public void createInstallationRecord(IXMLElement panelRoot)
Specified by:
createInstallationRecord in interface ConsolePanel
Overrides:
createInstallationRecord in class AbstractConsolePanel

setSelectedPacksBySelectedGroup

protected void setSelectedPacksBySelectedGroup(GroupData selected)


Copyright © 2018. All rights reserved.