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

jvergara
07.56.2008 0fb9b879350996a40a419dbbc8c3ed3068553e16
opendj-sdk/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();
}