com.izforge.izpack.panels.treepacks
Class TreePacksConsolePanel
java.lang.Object
com.izforge.izpack.installer.console.AbstractConsolePanel
com.izforge.izpack.panels.treepacks.TreePacksConsolePanel
- All Implemented Interfaces:
- ConsolePanel
public class TreePacksConsolePanel
- extends AbstractConsolePanel
- implements ConsolePanel
Console implementation for the TreePacksPanel.
Based on PacksConsolePanelHelper
- Author:
- Sergiy Shyrkov, Dustin Kut Moy Cheung
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TreePacksConsolePanel
public TreePacksConsolePanel(PanelView<ConsolePanel> panel,
InstallData installData,
Prompt prompt)
- Constructs a
TreePacksConsolePanel.
- Parameters:
panel - the parent panel/view. May be nullprompt - the prompt
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 dataproperties - 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 dataconsole - the console
- Returns:
- true if the panel ran successfully, otherwise false
printPackMenu
public void printPackMenu()
createInstallationRecord
public void createInstallationRecord(IXMLElement panelRoot)
- Specified by:
createInstallationRecord in interface ConsolePanel- Overrides:
createInstallationRecord in class AbstractConsolePanel
Copyright © 2018. All rights reserved.