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

jvergara
07.56.2008 4978cbcfce206fb43659395556b59c33127505bd
opends/src/quicksetup/org/opends/quicksetup/UserInteraction.java
@@ -115,4 +115,11 @@
   */
  String promptForString(Message prompt, Message title, String defaultValue);
  /**
   * Tells whether the interaction is command-line based.
   * @return <CODE>true</CODE> if the user interaction is command-line based and
   * <CODE>false</CODE> otherwise.
   */
  boolean isCLI();
}