com.izforge.izpack.panels.jdkpath
Class JDKPathConsolePanel
java.lang.Object
com.izforge.izpack.installer.console.AbstractConsolePanel
com.izforge.izpack.panels.jdkpath.JDKPathConsolePanel
- All Implemented Interfaces:
- ConsolePanel
public class JDKPathConsolePanel
- extends AbstractConsolePanel
The JDKPathPanel panel console helper class.
- Author:
- Mounir El Hajj
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JDKPathConsolePanel
public JDKPathConsolePanel(VariableSubstitutor variableSubstitutor,
RegistryDefaultHandler handler,
PanelView<ConsolePanel> panel,
InstallData installData)
- Constructs a JDKPathConsolePanelHelper.
- Parameters:
variableSubstitutor - the variable substituterhandler - the registry handlerpanel - the parent panel/view. May be null
run
public boolean run(InstallData installData,
Properties properties)
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
generateOptions
public boolean generateOptions(InstallData installData,
Options options)
- Specified by:
generateOptions in interface ConsolePanel- Overrides:
generateOptions in class AbstractConsolePanel
createInstallationRecord
public void createInstallationRecord(IXMLElement panelRoot)
- Specified by:
createInstallationRecord in interface ConsolePanel- Overrides:
createInstallationRecord in class AbstractConsolePanel
Copyright © 2018. All rights reserved.