com.izforge.izpack.installer.console
Class ConsoleInstallAction

java.lang.Object
  extended by com.izforge.izpack.installer.console.ConsoleAction
      extended by com.izforge.izpack.installer.console.AbstractInstallAction
          extended by com.izforge.izpack.installer.console.ConsoleInstallAction

public class ConsoleInstallAction
extends AbstractInstallAction

Performs interactive console installation.

Author:
Tim Anderson

Constructor Summary
ConsoleInstallAction(Console console, InstallData installData, UninstallDataWriter writer)
          Constructs a ConsoleInstallAction.
 
Method Summary
 boolean run(ConsolePanelView panel)
          Runs the action for the panel.
 
Methods inherited from class com.izforge.izpack.installer.console.AbstractInstallAction
complete
 
Methods inherited from class com.izforge.izpack.installer.console.ConsoleAction
getInstallData, isInstall, isValidating
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsoleInstallAction

public ConsoleInstallAction(Console console,
                            InstallData installData,
                            UninstallDataWriter writer)
Constructs a ConsoleInstallAction.

Parameters:
installData - the installation date
writer - the uninstallation data writer
Method Detail

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.