com.izforge.izpack.uninstaller
Class UninstallerConsole

java.lang.Object
  extended by com.izforge.izpack.uninstaller.UninstallerConsole

public class UninstallerConsole
extends java.lang.Object


Nested Class Summary
private  class UninstallerConsole.DestroyerHandler
          The destroyer handler.
 
Field Summary
protected  java.lang.String installPath
          The installation path.
protected static LocaleDatabase langpack
          The language pack.
 
Constructor Summary
UninstallerConsole()
           
 
Method Summary
private  void getInstallPath()
          Gets the installation path from the log file.
 void runUninstall(boolean destroy)
          Runs the cmd line uninstaller.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

installPath

protected java.lang.String installPath
The installation path.


langpack

protected static LocaleDatabase langpack
The language pack.

Constructor Detail

UninstallerConsole

public UninstallerConsole()
                   throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

getInstallPath

private void getInstallPath()
                     throws java.lang.Exception
Gets the installation path from the log file.

Throws:
java.lang.Exception - Description of the Exception

runUninstall

public void runUninstall(boolean destroy)
Runs the cmd line uninstaller.

Parameters:
destroy - Equivallen to the destroy option in the GUI.