Searched refs:installStatus (Results 1 - 25 of 48) sorted by relevance

12

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ui/
H A DQuickSetupDialog.java78 private CurrentInstallStatus installStatus; field in class:QuickSetupDialog
92 * @param installStatus of the current environment
96 CurrentInstallStatus installStatus,
103 this.installStatus = installStatus;
467 return installStatus.isInstalled();
484 installStatus);
95 QuickSetupDialog(GuiApplication app, CurrentInstallStatus installStatus, QuickSetup qs) argument
H A DQuickSetupErrorPanel.java66 * @param installStatus the current install status.
69 CurrentInstallStatus installStatus)
71 this(application, installStatus.getInstallationMsg());
72 continueButton.setVisible(installStatus.canOverwriteCurrentInstall());
68 QuickSetupErrorPanel(GuiApplication application, CurrentInstallStatus installStatus) argument
H A DQuickSetup.java83 private CurrentInstallStatus installStatus; field in class:QuickSetup
116 installStatus = new CurrentInstallStatus();
120 application.setCurrentInstallStatus(installStatus);
566 installStatus, this);
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/ui/
H A DQuickSetupDialog.java79 private CurrentInstallStatus installStatus; field in class:QuickSetupDialog
93 * @param installStatus of the current environment
97 CurrentInstallStatus installStatus,
104 this.installStatus = installStatus;
468 return installStatus.isInstalled();
485 installStatus);
96 QuickSetupDialog(GuiApplication app, CurrentInstallStatus installStatus, QuickSetup qs) argument
H A DQuickSetupErrorPanel.java67 * @param installStatus the current install status.
70 CurrentInstallStatus installStatus)
72 this(application, installStatus.getInstallationMsg());
73 continueButton.setVisible(installStatus.canOverwriteCurrentInstall());
69 QuickSetupErrorPanel(GuiApplication application, CurrentInstallStatus installStatus) argument
H A DQuickSetup.java83 private CurrentInstallStatus installStatus; field in class:QuickSetup
116 installStatus = new CurrentInstallStatus();
120 application.setCurrentInstallStatus(installStatus);
566 installStatus, this);
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ui/
H A DQuickSetupDialog.java79 private CurrentInstallStatus installStatus; field in class:QuickSetupDialog
93 * @param installStatus of the current environment
97 CurrentInstallStatus installStatus,
104 this.installStatus = installStatus;
468 return installStatus.isInstalled();
485 installStatus);
96 QuickSetupDialog(GuiApplication app, CurrentInstallStatus installStatus, QuickSetup qs) argument
H A DQuickSetupErrorPanel.java67 * @param installStatus the current install status.
70 CurrentInstallStatus installStatus)
72 this(application, installStatus.getInstallationMsg());
73 continueButton.setVisible(installStatus.canOverwriteCurrentInstall());
69 QuickSetupErrorPanel(GuiApplication application, CurrentInstallStatus installStatus) argument
H A DQuickSetup.java83 private CurrentInstallStatus installStatus; field in class:QuickSetup
116 installStatus = new CurrentInstallStatus();
120 application.setCurrentInstallStatus(installStatus);
566 installStatus, this);
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DQuickSetupDialog.java78 private CurrentInstallStatus installStatus; field in class:QuickSetupDialog
92 * @param installStatus of the current environment
96 CurrentInstallStatus installStatus,
103 this.installStatus = installStatus;
467 return installStatus.isInstalled();
484 installStatus);
95 QuickSetupDialog(GuiApplication app, CurrentInstallStatus installStatus, QuickSetup qs) argument
H A DQuickSetupErrorPanel.java66 * @param installStatus the current install status.
69 CurrentInstallStatus installStatus)
71 this(application, installStatus.getInstallationMsg());
72 continueButton.setVisible(installStatus.canOverwriteCurrentInstall());
68 QuickSetupErrorPanel(GuiApplication application, CurrentInstallStatus installStatus) argument
H A DQuickSetup.java83 private CurrentInstallStatus installStatus; field in class:QuickSetup
116 installStatus = new CurrentInstallStatus();
120 application.setCurrentInstallStatus(installStatus);
566 installStatus, this);
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DQuickSetupDialog.java79 private CurrentInstallStatus installStatus; field in class:QuickSetupDialog
93 * @param installStatus of the current environment
97 CurrentInstallStatus installStatus,
104 this.installStatus = installStatus;
468 return installStatus.isInstalled();
485 installStatus);
96 QuickSetupDialog(GuiApplication app, CurrentInstallStatus installStatus, QuickSetup qs) argument
H A DQuickSetupErrorPanel.java67 * @param installStatus the current install status.
70 CurrentInstallStatus installStatus)
72 this(application, installStatus.getInstallationMsg());
73 continueButton.setVisible(installStatus.canOverwriteCurrentInstall());
69 QuickSetupErrorPanel(GuiApplication application, CurrentInstallStatus installStatus) argument
H A DQuickSetup.java87 private CurrentInstallStatus installStatus; field in class:QuickSetup
120 installStatus = new CurrentInstallStatus();
124 application.setCurrentInstallStatus(installStatus);
571 installStatus, this);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/
H A DQuickSetupDialog.java72 private CurrentInstallStatus installStatus; field in class:QuickSetupDialog
85 * @param installStatus of the current environment
89 CurrentInstallStatus installStatus,
96 this.installStatus = installStatus;
460 return installStatus.isInstalled();
477 installStatus);
88 QuickSetupDialog(GuiApplication app, CurrentInstallStatus installStatus, QuickSetup qs) argument
H A DQuickSetupErrorPanel.java66 * @param installStatus the current install status.
69 CurrentInstallStatus installStatus)
71 this(application, installStatus.getInstallationMsg());
72 continueButton.setVisible(installStatus.canOverwriteCurrentInstall());
68 QuickSetupErrorPanel(GuiApplication application, CurrentInstallStatus installStatus) argument
H A DQuickSetup.java74 private CurrentInstallStatus installStatus; field in class:QuickSetup
108 installStatus = new CurrentInstallStatus();
112 application.setCurrentInstallStatus(installStatus);
530 dialog = new QuickSetupDialog(application, installStatus, this);
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/
H A DApplication.java71 protected CurrentInstallStatus installStatus; field in class:Application
507 * @param installStatus for the current installation.
509 public void setCurrentInstallStatus(CurrentInstallStatus installStatus) { argument
510 this.installStatus = installStatus;
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/
H A DApplication.java72 protected CurrentInstallStatus installStatus; field in class:Application
508 * @param installStatus for the current installation.
510 public void setCurrentInstallStatus(CurrentInstallStatus installStatus) { argument
511 this.installStatus = installStatus;
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/
H A DApplication.java72 protected CurrentInstallStatus installStatus; field in class:Application
508 * @param installStatus for the current installation.
510 public void setCurrentInstallStatus(CurrentInstallStatus installStatus) { argument
511 this.installStatus = installStatus;
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/
H A DApplication.java71 protected CurrentInstallStatus installStatus; field in class:Application
507 * @param installStatus for the current installation.
509 public void setCurrentInstallStatus(CurrentInstallStatus installStatus) { argument
510 this.installStatus = installStatus;
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/
H A DApplication.java74 protected CurrentInstallStatus installStatus; field in class:Application
488 * @param installStatus for the current installation.
490 public void setCurrentInstallStatus(CurrentInstallStatus installStatus) { argument
491 this.installStatus = installStatus;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/
H A DApplication.java69 protected CurrentInstallStatus installStatus; field in class:Application
507 * @param installStatus for the current installation.
509 public void setCurrentInstallStatus(CurrentInstallStatus installStatus) { argument
510 this.installStatus = installStatus;
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/
H A DInstallDS.java622 CurrentInstallStatus installStatus = new CurrentInstallStatus();
623 if (installStatus.canOverwriteCurrentInstall())
627 println(installStatus.getInstallationMsg());
643 println(installStatus.getInstallationMsg());
646 else if (installStatus.isInstalled())
648 throw new InitializationException(installStatus.getInstallationMsg(),

Completed in 128 milliseconds

12