com.izforge.izpack.installer
Class Installer

java.lang.Object
  extended by com.izforge.izpack.installer.Installer

public class Installer
extends java.lang.Object

The program entry point. Selects between GUI and text install modes.

Author:
Jonathan Halliday

Constructor Summary
Installer()
           
 
Method Summary
static void main(java.lang.String[] args)
          The main method (program entry point).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Installer

public Installer()
Method Detail

main

public static void main(java.lang.String[] args)
The main method (program entry point).

Parameters:
args - The arguments passed on the command-line.