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

kenneth_suter
19.28.2007 efde227b9d0180122362133a750c6b322601c883
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);
}