com.izforge.izpack.installer.bootstrap
Class Installer

java.lang.Object
  extended by 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

Field Summary
static int INSTALLER_AUTO
           
static int INSTALLER_CONSOLE
           
static int INSTALLER_GUI
           
 
Constructor Summary
Installer()
           
 
Method Summary
 Overrides getDefaults(String path)
           
static int getInstallerMode()
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Installer

public Installer()
Method Detail

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.