Searched defs:hmRatio (Results 1 - 17 of 17) sorted by relevance

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/offline/
H A DOfflineInstaller.java74 private final Map<ProgressStep, Integer> hmRatio = field in class:OfflineInstaller
312 return hmRatio.get(status);
537 hmRatio.put(s, (100 * cumulatedTime) / totalTime);
543 hmRatio.put(InstallProgressStep.FINISHED_SUCCESSFULLY, 100);
544 hmRatio.put(InstallProgressStep.FINISHED_WITH_ERROR, 100);
545 hmRatio.put(InstallProgressStep.FINISHED_CANCELED, 100);
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/installer/offline/
H A DOfflineInstaller.java73 private final HashMap<InstallProgressStep, Integer> hmRatio = field in class:OfflineInstaller
314 return hmRatio.get(status);
539 hmRatio.put(s, (100 * cumulatedTime) / totalTime);
545 hmRatio.put(InstallProgressStep.FINISHED_SUCCESSFULLY, 100);
546 hmRatio.put(InstallProgressStep.FINISHED_WITH_ERROR, 100);
547 hmRatio.put(InstallProgressStep.FINISHED_CANCELED, 100);
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/installer/offline/
H A DOfflineInstaller.java73 private final HashMap<InstallProgressStep, Integer> hmRatio = field in class:OfflineInstaller
314 return hmRatio.get(status);
539 hmRatio.put(s, (100 * cumulatedTime) / totalTime);
545 hmRatio.put(InstallProgressStep.FINISHED_SUCCESSFULLY, 100);
546 hmRatio.put(InstallProgressStep.FINISHED_WITH_ERROR, 100);
547 hmRatio.put(InstallProgressStep.FINISHED_CANCELED, 100);
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/installer/offline/
H A DOfflineInstaller.java74 private final Map<ProgressStep, Integer> hmRatio = field in class:OfflineInstaller
312 return hmRatio.get(status);
537 hmRatio.put(s, (100 * cumulatedTime) / totalTime);
543 hmRatio.put(InstallProgressStep.FINISHED_SUCCESSFULLY, 100);
544 hmRatio.put(InstallProgressStep.FINISHED_WITH_ERROR, 100);
545 hmRatio.put(InstallProgressStep.FINISHED_CANCELED, 100);
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/installer/offline/
H A DOfflineInstaller.java76 private final HashMap<InstallProgressStep, Integer> hmRatio = field in class:OfflineInstaller
317 return hmRatio.get(status);
542 hmRatio.put(s, (100 * cumulatedTime) / totalTime);
548 hmRatio.put(InstallProgressStep.FINISHED_SUCCESSFULLY, 100);
549 hmRatio.put(InstallProgressStep.FINISHED_WITH_ERROR, 100);
550 hmRatio.put(InstallProgressStep.FINISHED_CANCELED, 100);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/offline/
H A DOfflineInstaller.java76 private final Map<ProgressStep, Integer> hmRatio = new HashMap<>(); field in class:OfflineInstaller
305 return hmRatio.get(status);
532 hmRatio.put(s, (100 * cumulatedTime) / totalTime);
538 hmRatio.put(InstallProgressStep.FINISHED_SUCCESSFULLY, 100);
539 hmRatio.put(InstallProgressStep.FINISHED_WITH_ERROR, 100);
540 hmRatio.put(InstallProgressStep.FINISHED_CANCELED, 100);
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/webstart/
H A DWebStartInstaller.java84 private final Map<ProgressStep, Integer> hmRatio = field in class:WebStartInstaller
343 return hmRatio.get(status);
460 hmRatio.put(s, (100 * cumulatedTime) / totalTime);
467 hmRatio.put(InstallProgressStep.FINISHED_SUCCESSFULLY, 100);
468 hmRatio.put(InstallProgressStep.FINISHED_CANCELED, 100);
469 hmRatio.put(InstallProgressStep.FINISHED_WITH_ERROR, 100);
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/installer/webstart/
H A DWebStartInstaller.java83 private final HashMap<InstallProgressStep, Integer> hmRatio = field in class:WebStartInstaller
346 return hmRatio.get(status);
463 hmRatio.put(s, (100 * cumulatedTime) / totalTime);
470 hmRatio.put(InstallProgressStep.FINISHED_SUCCESSFULLY, 100);
471 hmRatio.put(InstallProgressStep.FINISHED_CANCELED, 100);
472 hmRatio.put(InstallProgressStep.FINISHED_WITH_ERROR, 100);
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/installer/webstart/
H A DWebStartInstaller.java83 private final HashMap<InstallProgressStep, Integer> hmRatio = field in class:WebStartInstaller
346 return hmRatio.get(status);
463 hmRatio.put(s, (100 * cumulatedTime) / totalTime);
470 hmRatio.put(InstallProgressStep.FINISHED_SUCCESSFULLY, 100);
471 hmRatio.put(InstallProgressStep.FINISHED_CANCELED, 100);
472 hmRatio.put(InstallProgressStep.FINISHED_WITH_ERROR, 100);
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/installer/webstart/
H A DWebStartInstaller.java84 private final Map<ProgressStep, Integer> hmRatio = field in class:WebStartInstaller
343 return hmRatio.get(status);
460 hmRatio.put(s, (100 * cumulatedTime) / totalTime);
467 hmRatio.put(InstallProgressStep.FINISHED_SUCCESSFULLY, 100);
468 hmRatio.put(InstallProgressStep.FINISHED_CANCELED, 100);
469 hmRatio.put(InstallProgressStep.FINISHED_WITH_ERROR, 100);
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/installer/webstart/
H A DWebStartInstaller.java90 private final HashMap<InstallProgressStep, Integer> hmRatio = field in class:WebStartInstaller
353 return hmRatio.get(status);
470 hmRatio.put(s, (100 * cumulatedTime) / totalTime);
477 hmRatio.put(InstallProgressStep.FINISHED_SUCCESSFULLY, 100);
478 hmRatio.put(InstallProgressStep.FINISHED_CANCELED, 100);
479 hmRatio.put(InstallProgressStep.FINISHED_WITH_ERROR, 100);
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/uninstaller/
H A DUninstaller.java102 private HashMap<ProgressStep, Integer> hmRatio = field in class:Uninstaller
780 hmRatio.put(s, (100 * cumulatedTime) / totalTime);
786 hmRatio.put(UninstallProgressStep.FINISHED_SUCCESSFULLY, 100);
787 hmRatio.put(UninstallProgressStep.FINISHED_WITH_ERROR_ON_REMOTE, 100);
788 hmRatio.put(UninstallProgressStep.FINISHED_WITH_ERROR, 100);
1001 return hmRatio.get(step);
1266 hmRatio.put(UninstallProgressStep.DELETING_INSTALLATION_FILES,
1270 hmRatio.put(UninstallProgressStep.DELETING_INSTALLATION_FILES, maxRatio);
/forgerock/opendj2/src/guitools/org/opends/guitools/uninstaller/
H A DUninstaller.java101 private HashMap<ProgressStep, Integer> hmRatio = field in class:Uninstaller
779 hmRatio.put(s, (100 * cumulatedTime) / totalTime);
785 hmRatio.put(UninstallProgressStep.FINISHED_SUCCESSFULLY, 100);
786 hmRatio.put(UninstallProgressStep.FINISHED_WITH_ERROR_ON_REMOTE, 100);
787 hmRatio.put(UninstallProgressStep.FINISHED_WITH_ERROR, 100);
1000 return hmRatio.get(step);
1265 hmRatio.put(UninstallProgressStep.DELETING_INSTALLATION_FILES,
1269 hmRatio.put(UninstallProgressStep.DELETING_INSTALLATION_FILES, maxRatio);
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/uninstaller/
H A DUninstaller.java102 private HashMap<ProgressStep, Integer> hmRatio = field in class:Uninstaller
780 hmRatio.put(s, (100 * cumulatedTime) / totalTime);
786 hmRatio.put(UninstallProgressStep.FINISHED_SUCCESSFULLY, 100);
787 hmRatio.put(UninstallProgressStep.FINISHED_WITH_ERROR_ON_REMOTE, 100);
788 hmRatio.put(UninstallProgressStep.FINISHED_WITH_ERROR, 100);
1001 return hmRatio.get(step);
1266 hmRatio.put(UninstallProgressStep.DELETING_INSTALLATION_FILES,
1270 hmRatio.put(UninstallProgressStep.DELETING_INSTALLATION_FILES, maxRatio);
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/uninstaller/
H A DUninstaller.java101 private HashMap<ProgressStep, Integer> hmRatio = field in class:Uninstaller
779 hmRatio.put(s, (100 * cumulatedTime) / totalTime);
785 hmRatio.put(UninstallProgressStep.FINISHED_SUCCESSFULLY, 100);
786 hmRatio.put(UninstallProgressStep.FINISHED_WITH_ERROR_ON_REMOTE, 100);
787 hmRatio.put(UninstallProgressStep.FINISHED_WITH_ERROR, 100);
1000 return hmRatio.get(step);
1265 hmRatio.put(UninstallProgressStep.DELETING_INSTALLATION_FILES,
1269 hmRatio.put(UninstallProgressStep.DELETING_INSTALLATION_FILES, maxRatio);
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/uninstaller/
H A DUninstaller.java194 private HashMap<ProgressStep, Integer> hmRatio = field in class:Uninstaller
858 hmRatio.put(s, (100 * cumulatedTime) / totalTime);
864 hmRatio.put(UninstallProgressStep.FINISHED_SUCCESSFULLY, 100);
865 hmRatio.put(UninstallProgressStep.FINISHED_WITH_ERROR_ON_REMOTE, 100);
866 hmRatio.put(UninstallProgressStep.FINISHED_WITH_ERROR, 100);
1079 return hmRatio.get(step);
1325 hmRatio.put(UninstallProgressStep.DELETING_INSTALLATION_FILES,
1329 hmRatio.put(UninstallProgressStep.DELETING_INSTALLATION_FILES, maxRatio);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/uninstaller/
H A DUninstaller.java105 private Map<ProgressStep, Integer> hmRatio = new HashMap<>(); field in class:Uninstaller
724 hmRatio.put(s, (100 * cumulatedTime) / totalTime);
730 hmRatio.put(UninstallProgressStep.FINISHED_SUCCESSFULLY, 100);
731 hmRatio.put(UninstallProgressStep.FINISHED_WITH_ERROR_ON_REMOTE, 100);
732 hmRatio.put(UninstallProgressStep.FINISHED_WITH_ERROR, 100);
945 return hmRatio.get(step);
1196 hmRatio.put(UninstallProgressStep.DELETING_INSTALLATION_FILES, beforeRatio);
1199 hmRatio.put(UninstallProgressStep.DELETING_INSTALLATION_FILES, maxRatio);

Completed in 95 milliseconds