com.izforge.izpack.panels
Class HelloPanelConsoleHelper
java.lang.Object
com.izforge.izpack.installer.PanelConsoleHelper
com.izforge.izpack.panels.HelloPanelConsoleHelper
- All Implemented Interfaces:
- PanelConsole
public class HelloPanelConsoleHelper
- extends PanelConsoleHelper
- implements PanelConsole
Hello Panel console helper
- Author:
- Mounir el hajj
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HelloPanelConsoleHelper
public HelloPanelConsoleHelper()
runConsoleFromPropertiesFile
public boolean runConsoleFromPropertiesFile(AutomatedInstallData installData,
java.util.Properties p)
- Description copied from interface:
PanelConsole
- Asks the panel to run and do its work, given a set of properties to use as variables
- Specified by:
runConsoleFromPropertiesFile in interface PanelConsole
- Parameters:
installData - The installation datap - The the properties
runGeneratePropertiesFile
public boolean runGeneratePropertiesFile(AutomatedInstallData installData,
java.io.PrintWriter printWriter)
- Description copied from interface:
PanelConsole
- Asks the panel to return all inputed fields/variables in a string with a properties file
style
- Specified by:
runGeneratePropertiesFile in interface PanelConsole
- Parameters:
installData - The installation data
runConsole
public boolean runConsole(AutomatedInstallData idata)
- Description copied from interface:
PanelConsole
- Asks the panel to run in interactive console mode
- Specified by:
runConsole in interface PanelConsole
- Parameters:
idata - The installation data *