com.izforge.izpack.installer.console
Class ConsoleInstallAction
java.lang.Object
com.izforge.izpack.installer.console.ConsoleAction
com.izforge.izpack.installer.console.AbstractInstallAction
com.izforge.izpack.installer.console.ConsoleInstallAction
public class ConsoleInstallAction
- extends AbstractInstallAction
Performs interactive console installation.
- Author:
- Tim Anderson
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConsoleInstallAction
public ConsoleInstallAction(Console console,
InstallData installData,
UninstallDataWriter writer)
- Constructs a ConsoleInstallAction.
- Parameters:
installData - the installation datewriter - the uninstallation data writer
run
public boolean run(ConsolePanelView panel)
- Runs the action for the panel.
- Specified by:
run in class ConsoleAction
- Parameters:
panel - the panel
- Returns:
true if the action was successful, otherwise false
Copyright © 2018. All rights reserved.