From e1e9596f6ae81d9aeb74177cf2792533966f45eb Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Mon, 23 Jul 2007 18:25:05 +0000
Subject: [PATCH] This commit does some initial work in anticipation of the reverter tool:

---
 opends/src/quicksetup/org/opends/quicksetup/CliApplication.java |   13 +++----------
 1 files changed, 3 insertions(+), 10 deletions(-)

diff --git a/opends/src/quicksetup/org/opends/quicksetup/CliApplication.java b/opends/src/quicksetup/org/opends/quicksetup/CliApplication.java
index dfdabd7..441326e 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/CliApplication.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/CliApplication.java
@@ -38,12 +38,11 @@
   /**
    * Creates a set of user data from command line arguments and installation
    * status.
-   * @param args String[] of arguments passed in from the command line
-   * @param status the current installation status
+   * @param launcher that launched this application
    * @return UserData object populated to reflect the input args and status
    * @throws UserDataException if something is wrong
    */
-  UserData createUserData(String[] args, CurrentInstallStatus status)
+  UserData createUserData(Launcher launcher)
           throws UserDataException;
 
   /**
@@ -66,17 +65,11 @@
   void setProgressMessageFormatter(ProgressMessageFormatter formatter);
 
   /**
-   * Indicates whether or not this applicat is finished running.
-   * @return boolean where true indicates we are not running
-   */
-  boolean isFinished();
-
-  /**
    * Gets any exception that happened while this application was running.
    * A null value returned from this method indicates that the execution
    * of the CLI program is not complete or was successful.
    * @return an exception that happened while the CLI was running
    */
-  ApplicationException getException();
+  ApplicationException getRunError();
 
 }

--
Gitblit v1.10.0