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

kenneth_suter
29.37.2007 f738665ce7ea61f640e4219c8bfd590efea22650
refs
author kenneth_suter <kenneth_suter@localhost>
Thursday, March 29, 2007 23:37 +0200
committer kenneth_suter <kenneth_suter@localhost>
Thursday, March 29, 2007 23:37 +0200
commitf738665ce7ea61f640e4219c8bfd590efea22650
tree f5bdb2a21745ecd4dc63bce61e07efd55d366b0f tree | zip | gz
parent 42b383614d9a4720f6f0c91fb770a389cfa41738 view | diff
- Created CliApplication interface which defines a common inteface between CliApplications and controlling logic.

- Created QuickSetupCli which is a controller for running CliApplications

- Created CliApplicationHelper (and UninstallCliHelper) having methods for reading input, prompting the user etc. Applications can delegate to the helper classes for these methods if necessary.

- Create a common Launcher class from which InstallLauncher and UninstallLauncher extend. It has common ways of invoking the applications. Setup overrides this behavior since it just ends up calling InstallDS.
1 files deleted
5 files modified
5 files added
2453 ■■■■■ changed files
opends/src/quicksetup/org/opends/quicksetup/Application.java 4 ●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/CliApplication.java 75 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/CliApplicationHelper.java 226 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/Launcher.java 281 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/QuickSetup.java 11 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/QuickSetupCli.java 209 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/InstallLauncher.java 285 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/uninstaller/UninstallCli.java 719 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/uninstaller/UninstallCliHelper.java 408 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/uninstaller/UninstallLauncher.java 222 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/uninstaller/Uninstaller.java 13 ●●●●● diff | view | raw | blame | history