com.izforge.izpack.panels.packs
Class PacksConsolePanel

java.lang.Object
  extended by com.izforge.izpack.installer.console.AbstractConsolePanel
      extended by com.izforge.izpack.panels.packs.PacksConsolePanel
All Implemented Interfaces:
ConsolePanel
Direct Known Subclasses:
ImgPacksConsolePanel

public class PacksConsolePanel
extends AbstractConsolePanel
implements ConsolePanel

Console implementation for the PacksPanel.

Based on PacksConsolePanelHelper

Author:
Sergiy Shyrkov, Dustin Kut Moy Cheung

Constructor Summary
PacksConsolePanel(PanelView<ConsolePanel> panel, InstallData installData, Prompt prompt)
           
 
Method Summary
 void createInstallationRecord(IXMLElement panelRoot)
           
 boolean run(InstallData installData, Console console)
          Runs the panel using the specified console.
 boolean run(InstallData installData, Properties properties)
          Runs the panel using the supplied properties.
 
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

PacksConsolePanel

public PacksConsolePanel(PanelView<ConsolePanel> panel,
                         InstallData installData,
                         Prompt prompt)
Method Detail

run

public boolean run(InstallData installData,
                   Properties properties)
Runs the panel using the supplied properties.

Specified by:
run in interface ConsolePanel
Parameters:
installData - the installation data
properties - the properties
Returns:
true if the installation is successful, otherwise false

run

public boolean run(InstallData installData,
                   Console console)
Runs the panel using the specified console.

Specified by:
run in interface ConsolePanel
Overrides:
run in class AbstractConsolePanel
Parameters:
installData - the installation data
console - the console
Returns:
true if the panel ran successfully, otherwise false

createInstallationRecord

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


Copyright © 2018. All rights reserved.