com.izforge.izpack.installer.bootstrap
Class Installer
java.lang.Object
com.izforge.izpack.installer.bootstrap.Installer
public class Installer
- extends Object
The program entry point. Selects between GUI and text install modes.
- Author:
- Jonathan Halliday, René Krell
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTALLER_GUI
public static final int INSTALLER_GUI
- See Also:
- Constant Field Values
INSTALLER_AUTO
public static final int INSTALLER_AUTO
- See Also:
- Constant Field Values
INSTALLER_CONSOLE
public static final int INSTALLER_CONSOLE
- See Also:
- Constant Field Values
Installer
public Installer()
main
public static void main(String[] args)
getDefaults
public Overrides getDefaults(String path)
throws IOException
- Throws:
IOException
getInstallerMode
public static int getInstallerMode()
Copyright © 2018. All rights reserved.