Interface UninstallerContext

All Superinterfaces:
Context

public interface UninstallerContext extends Context
The context provided by the uninstaller. In addition to the methods in the Context interface, this extended context offers methods that are specific to the uninstaller.
  • Method Details

    • isUninstallForUpgrade

      boolean isUninstallForUpgrade()
      Returns whether the uninstaller is running as part of an upgrade. This method returns true when the uninstaller is run by the "Uninstall previous installation" of another installer performing an upgrade into the same directory.
      Returns:
      true or false.