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

jvergara
21.50.2007 da284105b607bec381206599791f0b2ea170d81b
opends/src/guitools/org/opends/guitools/uninstaller/UninstallerArgumentParser.java
@@ -195,7 +195,6 @@
    secureArgsList.adminUidArg.setHidden(false);
    defaultArgs.remove(secureArgsList.hostNameArg);
    defaultArgs.remove(secureArgsList.portArg);
    defaultArgs.remove(verboseArg);
    UserData uData = new UserData();
    referencedHostNameArg = new StringArgument("referencedHostName",
        ToolConstants.OPTION_SHORT_HOST,
@@ -243,6 +242,17 @@
  }
  /**
   * Tells whether the user specified to have a verbose uninstall or not.
   * This method must be called after calling parseArguments.
   * @return <CODE>true</CODE> if the user specified to have a verbose
   * uninstall and <CODE>false</CODE> otherwise.
   */
  public boolean isVerbose()
  {
    return verboseArg.isPresent();
  }
  /**
   * Tells whether the user specified to remove all files.
   * This method must be called after calling parseArguments.
   * @return <CODE>true</CODE> if the user specified to remove all files and