mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

kenneth_suter
29.37.2007 fe7adf67d25394d49e064d73a6048e6dce3dd59b
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/uninstaller/Uninstaller.java
@@ -37,7 +37,7 @@
/**
 * This class is in charge of performing the uninstallation of Open DS.
 */
public class Uninstaller extends Application {
public class Uninstaller extends Application implements CliApplication {
  private ProgressStep status = UninstallProgressStep.NOT_STARTED;
@@ -51,6 +51,8 @@
  private Boolean isWindowsServiceEnabled;
  private UninstallCliHelper cliHelper = new UninstallCliHelper();
  /**
   * {@inheritDoc}
   */
@@ -61,6 +63,15 @@
  /**
   * {@inheritDoc}
   */
  public UserData createUserData(String[] args, CurrentInstallStatus status)
    throws UserDataException
  {
    return cliHelper.createUserData(args, status);
  }
  /**
   * {@inheritDoc}
   */
  protected String getInstallationPath() {
    return null;
  }