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

kenneth_suter
29.37.2007 fe7adf67d25394d49e064d73a6048e6dce3dd59b
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
commitfe7adf67d25394d49e064d73a6048e6dce3dd59b
tree 8e027b341a51e08cb687356295870d28f5f32b2e tree | zip | gz
parent a00e725a364e9eb859ca8ed2c914e6637c94cb9d 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 added
5 files modified
2453 ■■■■■ changed files
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/Application.java 4 ●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/CliApplication.java 75 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/CliApplicationHelper.java 226 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/Launcher.java 281 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/QuickSetup.java 11 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/QuickSetupCli.java 209 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/InstallLauncher.java 285 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/uninstaller/UninstallCli.java 719 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/uninstaller/UninstallCliHelper.java 408 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/uninstaller/UninstallLauncher.java 222 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/uninstaller/Uninstaller.java 13 ●●●●● diff | view | raw | blame | history