com.izforge.izpack.uninstaller
Class Uninstaller
java.lang.Object
com.izforge.izpack.uninstaller.Uninstaller
public class Uninstaller
- extends java.lang.Object
The uninstaller class.
- Author:
- Julien Ponge
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Uninstaller
public Uninstaller()
main
public static void main(java.lang.String[] args)
- The main method (program entry point).
- Parameters:
args - The arguments passed on the command line.
getInstallPath
private static java.io.File getInstallPath()
- Gets the installation path from the log file.
- Throws:
java.lang.Exception - Description of the Exception
checkForPrivilegedExecution
private static void checkForPrivilegedExecution()
elevationShouldBeInvestigated
private static boolean elevationShouldBeInvestigated()
cmduninstall
public static void cmduninstall(java.lang.String[] args)
uninstall
public static void uninstall(java.lang.String[] args)
isElevationNeeded
private static boolean isElevationNeeded()