com.izforge.izpack.panels.shortcut
Class ShortcutConsolePanel
java.lang.Object
com.izforge.izpack.installer.console.AbstractConsolePanel
com.izforge.izpack.panels.shortcut.ShortcutConsolePanel
- All Implemented Interfaces:
- ConsolePanel
public class ShortcutConsolePanel
- extends AbstractConsolePanel
Console implementation of the ShortcutPanel.
- Author:
- Tim Anderson
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShortcutConsolePanel
public ShortcutConsolePanel(InstallData installData,
Resources resources,
UninstallData uninstallData,
Housekeeper housekeeper,
TargetFactory factory,
InstallerListeners listeners,
PlatformModelMatcher matcher,
Prompt prompt,
PanelView<ConsolePanel> panel)
- Constructs a
ShortcutConsolePanel.
- Parameters:
installData - the installation dataresources - the resourcesuninstallData - the uninstallation datahousekeeper - the housekeeperfactory - the target factorylisteners - the installation listenersmatcher - the platform-model matcherprompt - the promptpanel - the parent panel/view
run
public boolean run(InstallData installData,
Properties properties)
- Runs the panel using the supplied properties.
- 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
createInstallationRecord
public void createInstallationRecord(IXMLElement panelRoot)
- Specified by:
createInstallationRecord in interface ConsolePanel- Overrides:
createInstallationRecord in class AbstractConsolePanel
Copyright © 2018. All rights reserved.