com.izforge.izpack.uninstaller
Class Uninstaller

java.lang.Object
  extended bycom.izforge.izpack.uninstaller.Uninstaller

public class Uninstaller
extends java.lang.Object

The uninstaller class.

Author:
Julien Ponge

Constructor Summary
Uninstaller()
           
 
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

Uninstaller

public Uninstaller()
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.