From ca07d757efc25246e050c37e0d0b479072c51f56 Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Thu, 17 May 2007 13:03:10 +0000
Subject: [PATCH] This commit cleans up the output for both the CLI and Web Start versions of the upgrader so that it conforms to Brian's proposal to limit messages to the progress text area and CLI output.  There is some new plumbing that affects but should not change other applications.

---
 opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/util/ProgressMessageFormatter.java |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/util/ProgressMessageFormatter.java b/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/util/ProgressMessageFormatter.java
index 72adb05..bea2daf 100644
--- a/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/util/ProgressMessageFormatter.java
+++ b/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/util/ProgressMessageFormatter.java
@@ -112,6 +112,12 @@
   public String getFormattedDone();
 
   /**
+   * Returns the formatted representation of the 'Error' text string.
+   * @return the formatted representation of the 'Error' text string.
+   */
+  public String getFormattedError();
+
+  /**
    * Returns the formatted representation of the argument text to which we add
    * points.  For instance if we pass as argument 'Configuring Server' the
    * return value will be 'Configuring Server .....'.

--
Gitblit v1.10.0