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

jvergara
30.10.2007 999f5e9565f119253a6f23e98aa0732aa1cc69ad
refs
author jvergara <jvergara@localhost>
Monday, April 30, 2007 15:10 +0200
committer jvergara <jvergara@localhost>
Monday, April 30, 2007 15:10 +0200
commit999f5e9565f119253a6f23e98aa0732aa1cc69ad
tree 51ad2e2e43e8794542fa904980dc684562d1c769 tree | zip | gz
parent 9696ccb59f05519caf09bfe1e9de057e0af58602 view | diff
Refactor some code:

* Move the method startServerWithoutListeners to GuiApplication so that it can be used by the Installer class to configure synchronization.

* Remove the class QuickSetupException which was identical to ApplicationException.

* Move InstallerHelper to the installer package.

* Remove the class WebStartDownloader from the org.opends.quicksetup.installer.webstart package.
2 files deleted
1 files renamed
10 files modified
847 ■■■■ changed files
opends/src/quicksetup/org/opends/quicksetup/Installation.java 27 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/QuickSetupException.java 110 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java 109 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/InstallerHelper.java 43 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/offline/OfflineInstaller.java 8 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/webstart/WebStartInstaller.java 391 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/ui/GuiApplication.java 41 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/upgrader/BuildExtractor.java 2 ●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/upgrader/Upgrader.java 40 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/upgrader/ui/UpgraderReviewPanel.java 4 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/util/ServerController.java 31 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/util/ZipExtractor.java 18 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/webstart/WebStartDownloader.java 23 ●●●● diff | view | raw | blame | history