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

jvergara
02.59.2008 7eb8825838df7d565a17c1b07c1f0ed1c2f25647
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/CliApplication.java
@@ -40,10 +40,12 @@
   * status.
   * @param launcher that launched this application
   * @return UserData object populated to reflect the input args and status
   * @throws UserDataException if something is wrong
   * @throws UserDataException if something is wrong with the data provided
   * by the user
   * @throws ApplicationException if there is an application specific problem
   */
  UserData createUserData(Launcher launcher)
          throws UserDataException;
          throws UserDataException, ApplicationException;
  /**
   * Gets the user data this application will use when running.