Searched defs:maxRatio (Results 1 - 22 of 22) sorted by relevance

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/webstart/
H A DWebStartInstaller.java472 private InputStream getZipInputStream(Integer maxRatio) argument
476 waitForLoader(maxRatio);
529 * @param maxRatio the value of the ratio in the installation that corresponds
534 private void extractZipFiles(InputStream is, int minRatio, int maxRatio) argument
537 new ZipExtractor(is, minRatio, maxRatio,
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/util/
H A DZipExtractor.java60 private int maxRatio; field in class:ZipExtractor
94 * @param maxRatio int indicating the min ration
100 public ZipExtractor(File zipFile, int minRatio, int maxRatio, argument
107 maxRatio,
120 * @param maxRatio int indicating the min ration
125 public ZipExtractor(InputStream is, int minRatio, int maxRatio, argument
131 this.maxRatio = maxRatio;
191 + ((nEntries - 1) * (maxRatio - minRatio) / numberZipEntries);
193 minRatio + (nEntries * (maxRatio
[all...]
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/installer/webstart/
H A DWebStartInstaller.java475 private InputStream getZipInputStream(Integer maxRatio) argument
479 waitForLoader(maxRatio);
532 * @param maxRatio the value of the ratio in the installation that corresponds
537 private void extractZipFiles(InputStream is, int minRatio, int maxRatio) argument
540 new ZipExtractor(is, minRatio, maxRatio,
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/util/
H A DZipExtractor.java61 private int maxRatio; field in class:ZipExtractor
95 * @param maxRatio int indicating the min ration
101 public ZipExtractor(File zipFile, int minRatio, int maxRatio, argument
108 maxRatio,
121 * @param maxRatio int indicating the min ration
126 public ZipExtractor(InputStream is, int minRatio, int maxRatio, argument
132 this.maxRatio = maxRatio;
192 + ((nEntries - 1) * (maxRatio - minRatio) / numberZipEntries);
194 minRatio + (nEntries * (maxRatio
[all...]
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/installer/webstart/
H A DWebStartInstaller.java475 private InputStream getZipInputStream(Integer maxRatio) argument
479 waitForLoader(maxRatio);
532 * @param maxRatio the value of the ratio in the installation that corresponds
537 private void extractZipFiles(InputStream is, int minRatio, int maxRatio) argument
540 new ZipExtractor(is, minRatio, maxRatio,
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/util/
H A DZipExtractor.java61 private int maxRatio; field in class:ZipExtractor
95 * @param maxRatio int indicating the min ration
101 public ZipExtractor(File zipFile, int minRatio, int maxRatio, argument
108 maxRatio,
121 * @param maxRatio int indicating the min ration
126 public ZipExtractor(InputStream is, int minRatio, int maxRatio, argument
132 this.maxRatio = maxRatio;
192 + ((nEntries - 1) * (maxRatio - minRatio) / numberZipEntries);
194 minRatio + (nEntries * (maxRatio
[all...]
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/installer/webstart/
H A DWebStartInstaller.java472 private InputStream getZipInputStream(Integer maxRatio) argument
476 waitForLoader(maxRatio);
529 * @param maxRatio the value of the ratio in the installation that corresponds
534 private void extractZipFiles(InputStream is, int minRatio, int maxRatio) argument
537 new ZipExtractor(is, minRatio, maxRatio,
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/util/
H A DZipExtractor.java60 private int maxRatio; field in class:ZipExtractor
94 * @param maxRatio int indicating the min ration
100 public ZipExtractor(File zipFile, int minRatio, int maxRatio, argument
107 maxRatio,
120 * @param maxRatio int indicating the min ration
125 public ZipExtractor(InputStream is, int minRatio, int maxRatio, argument
131 this.maxRatio = maxRatio;
191 + ((nEntries - 1) * (maxRatio - minRatio) / numberZipEntries);
193 minRatio + (nEntries * (maxRatio
[all...]
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/installer/webstart/
H A DWebStartInstaller.java482 private InputStream getZipInputStream(Integer maxRatio) argument
486 waitForLoader(maxRatio);
539 * @param maxRatio the value of the ratio in the installation that corresponds
544 private void extractZipFiles(InputStream is, int minRatio, int maxRatio) argument
547 new ZipExtractor(is, minRatio, maxRatio,
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/util/
H A DZipExtractor.java61 private int maxRatio; field in class:ZipExtractor
95 * @param maxRatio int indicating the min ration
101 public ZipExtractor(File zipFile, int minRatio, int maxRatio, argument
108 maxRatio,
121 * @param maxRatio int indicating the min ration
126 public ZipExtractor(InputStream is, int minRatio, int maxRatio, argument
132 this.maxRatio = maxRatio;
192 + ((nEntries - 1) * (maxRatio - minRatio) / numberZipEntries);
194 minRatio + (nEntries * (maxRatio
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/util/
H A DZipExtractor.java65 private int maxRatio; field in class:ZipExtractor
99 * @param maxRatio int indicating the min ration
105 public ZipExtractor(File zipFile, int minRatio, int maxRatio, argument
112 maxRatio,
125 * @param maxRatio int indicating the min ration
130 public ZipExtractor(InputStream is, int minRatio, int maxRatio, argument
136 this.maxRatio = maxRatio;
194 + ((nEntries - 1) * (maxRatio - minRatio) / numberZipEntries);
196 minRatio + (nEntries * (maxRatio
[all...]
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ui/
H A DGuiApplication.java485 * @param maxRatio is the integer value that tells us which is the max ratio
489 * process, then maxRatio will be 25. When the download is complete this
495 protected void waitForLoader(Integer maxRatio) throws ApplicationException { argument
508 int ratio = (perc * maxRatio) / 100;
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/ui/
H A DGuiApplication.java486 * @param maxRatio is the integer value that tells us which is the max ratio
490 * process, then maxRatio will be 25. When the download is complete this
496 protected void waitForLoader(Integer maxRatio) throws ApplicationException { argument
509 int ratio = (perc * maxRatio) / 100;
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ui/
H A DGuiApplication.java486 * @param maxRatio is the integer value that tells us which is the max ratio
490 * process, then maxRatio will be 25. When the download is complete this
496 protected void waitForLoader(Integer maxRatio) throws ApplicationException { argument
509 int ratio = (perc * maxRatio) / 100;
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DGuiApplication.java485 * @param maxRatio is the integer value that tells us which is the max ratio
489 * process, then maxRatio will be 25. When the download is complete this
495 protected void waitForLoader(Integer maxRatio) throws ApplicationException { argument
508 int ratio = (perc * maxRatio) / 100;
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DGuiApplication.java486 * @param maxRatio is the integer value that tells us which is the max ratio
490 * process, then maxRatio will be 25. When the download is complete this
496 protected void waitForLoader(Integer maxRatio) throws ApplicationException { argument
509 int ratio = (perc * maxRatio) / 100;
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/uninstaller/
H A DUninstaller.java1150 private void deleteInstallationFiles(int minRatio, int maxRatio) argument
1265 ((it.next() * (maxRatio - minRatio)) / totalRatio);
1270 hmRatio.put(UninstallProgressStep.DELETING_INSTALLATION_FILES, maxRatio);
/forgerock/opendj2/src/guitools/org/opends/guitools/uninstaller/
H A DUninstaller.java1149 private void deleteInstallationFiles(int minRatio, int maxRatio) argument
1264 ((it.next() * (maxRatio - minRatio)) / totalRatio);
1269 hmRatio.put(UninstallProgressStep.DELETING_INSTALLATION_FILES, maxRatio);
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/uninstaller/
H A DUninstaller.java1150 private void deleteInstallationFiles(int minRatio, int maxRatio) argument
1265 ((it.next() * (maxRatio - minRatio)) / totalRatio);
1270 hmRatio.put(UninstallProgressStep.DELETING_INSTALLATION_FILES, maxRatio);
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/uninstaller/
H A DUninstaller.java1149 private void deleteInstallationFiles(int minRatio, int maxRatio) argument
1264 ((it.next() * (maxRatio - minRatio)) / totalRatio);
1269 hmRatio.put(UninstallProgressStep.DELETING_INSTALLATION_FILES, maxRatio);
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/uninstaller/
H A DUninstaller.java1228 private void deleteInstallationFiles(int minRatio, int maxRatio) argument
1324 ((it.next() * (maxRatio - minRatio)) / totalRatio);
1329 hmRatio.put(UninstallProgressStep.DELETING_INSTALLATION_FILES, maxRatio);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/uninstaller/
H A DUninstaller.java1087 private void deleteInstallationFiles(int minRatio, int maxRatio) argument
1195 (it.next() * (maxRatio - minRatio)) / totalRatio;
1199 hmRatio.put(UninstallProgressStep.DELETING_INSTALLATION_FILES, maxRatio);

Completed in 126 milliseconds