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

jvergara
21.50.2007 da284105b607bec381206599791f0b2ea170d81b
opends/src/quicksetup/org/opends/quicksetup/upgrader/UpgradeLauncher.java
@@ -108,6 +108,7 @@
  private StringArgument file;
  private BooleanArgument quiet;
  private BooleanArgument noPrompt;
  private BooleanArgument verbose;
  private BooleanArgument revertMostRecent;
  private StringArgument reversionArchive;
@@ -194,6 +195,14 @@
  }
  /**
   * Indicates whether or not this operation is verbose.
   * @return boolean where true indicates verbose
   */
  public boolean isVerbose() {
    return verbose.isPresent();
  }
  /**
   * Indicates whether or not this operation is interactive.
   * @return boolean where true indicates noninteractive
   */
@@ -332,6 +341,10 @@
              INFO_UPGRADE_DESCRIPTION_SILENT.get());
      argParser.addArgument(quiet);
      verbose = new BooleanArgument(OPTION_LONG_VERBOSE, OPTION_SHORT_VERBOSE,
          OPTION_LONG_VERBOSE, INFO_DESCRIPTION_VERBOSE.get());
      argParser.addArgument(verbose);
      showUsage = new BooleanArgument(
              "showusage",
              OPTION_SHORT_HELP,