From efde227b9d0180122362133a750c6b322601c883 Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Thu, 19 Jul 2007 20:28:20 +0000
Subject: [PATCH] This initial implementation lays most of the groundwork necessary for signaling information and actions to the user during upgrade and reversion.  However the only public effect this code has on the current upgrade tool is an informational dialog dialog if an upgrade is attempted from a build prior to one of the issues (2049, 1582, 890).

---
 opends/src/quicksetup/org/opends/quicksetup/UserInteraction.java |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/opends/src/quicksetup/org/opends/quicksetup/UserInteraction.java b/opends/src/quicksetup/org/opends/quicksetup/UserInteraction.java
index a5db1e1..47877c9 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/UserInteraction.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/UserInteraction.java
@@ -27,6 +27,8 @@
 
 package org.opends.quicksetup;
 
+import java.util.List;
+
 /**
  * This class describes methods for supporting interaction with the user.
  */
@@ -94,4 +96,12 @@
                  String title, MessageType type, String[] options, String def,
                  String viewDetailsOption);
 
+  /**
+   * Creates a list appropriate for the presentation implementation.
+   *
+   * @param list to format
+   * @return String representing the list
+   */
+  String createUnorderedList(List list);
+
 }

--
Gitblit v1.10.0