Searched defs:currentProgressStep (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/
H A DInstaller.java623 private InstallProgressStep currentProgressStep = field in class:Installer
656 return currentProgressStep;
2299 * @param currentProgressStep the current progress step of the installation
2302 protected void setCurrentProgressStep(InstallProgressStep currentProgressStep) argument
2304 if (currentProgressStep != null) {
2305 this.completedProgress.add(currentProgressStep);
2307 this.currentProgressStep = currentProgressStep;
2322 currentProgressStep = InstallProgressStep.CREATING_BASE_ENTRY;
2330 currentProgressStep
[all...]
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/installer/
H A DInstaller.java679 private InstallProgressStep currentProgressStep = field in class:Installer
712 return currentProgressStep;
2371 * @param currentProgressStep the current progress step of the installation
2374 protected void setCurrentProgressStep(InstallProgressStep currentProgressStep) argument
2376 if (currentProgressStep != null) {
2377 this.completedProgress.add(currentProgressStep);
2379 this.currentProgressStep = currentProgressStep;
2394 currentProgressStep = InstallProgressStep.CREATING_BASE_ENTRY;
2402 currentProgressStep
[all...]
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/installer/
H A DInstaller.java679 private InstallProgressStep currentProgressStep = field in class:Installer
712 return currentProgressStep;
2371 * @param currentProgressStep the current progress step of the installation
2374 protected void setCurrentProgressStep(InstallProgressStep currentProgressStep) argument
2376 if (currentProgressStep != null) {
2377 this.completedProgress.add(currentProgressStep);
2379 this.currentProgressStep = currentProgressStep;
2394 currentProgressStep = InstallProgressStep.CREATING_BASE_ENTRY;
2402 currentProgressStep
[all...]
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/installer/
H A DInstaller.java623 private InstallProgressStep currentProgressStep = field in class:Installer
656 return currentProgressStep;
2299 * @param currentProgressStep the current progress step of the installation
2302 protected void setCurrentProgressStep(InstallProgressStep currentProgressStep) argument
2304 if (currentProgressStep != null) {
2305 this.completedProgress.add(currentProgressStep);
2307 this.currentProgressStep = currentProgressStep;
2322 currentProgressStep = InstallProgressStep.CREATING_BASE_ENTRY;
2330 currentProgressStep
[all...]
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/installer/
H A DInstaller.java733 private InstallProgressStep currentProgressStep = field in class:Installer
766 return currentProgressStep;
2423 * @param currentProgressStep the current progress step of the installation
2426 protected void setCurrentProgressStep(InstallProgressStep currentProgressStep) argument
2428 if (currentProgressStep != null) {
2429 this.completedProgress.add(currentProgressStep);
2431 this.currentProgressStep = currentProgressStep;
2446 currentProgressStep = InstallProgressStep.CREATING_BASE_ENTRY;
2454 currentProgressStep
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/
H A DInstaller.java624 private InstallProgressStep currentProgressStep = InstallProgressStep.NOT_STARTED; field in class:Installer
657 return currentProgressStep;
2067 * @param currentProgressStep
2070 protected void setCurrentProgressStep(InstallProgressStep currentProgressStep) argument
2072 if (currentProgressStep != null)
2074 this.completedProgress.add(currentProgressStep);
2076 this.currentProgressStep = currentProgressStep;
2091 currentProgressStep = getUserData().getNewSuffixOptions().getInstallProgressStep();

Completed in 63 milliseconds