Searched defs:isInstalled (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/
H A DCurrentInstallStatus.java57 private boolean isInstalled; field in class:CurrentInstallStatus
71 isInstalled = false;
92 isInstalled = true;
102 else if (isInstalled)
133 if (!isInstalled)
145 public boolean isInstalled() method in class:CurrentInstallStatus
147 return isInstalled;
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/
H A DCurrentInstallStatus.java58 private boolean isInstalled; field in class:CurrentInstallStatus
72 isInstalled = false;
93 isInstalled = true;
103 else if (isInstalled)
134 if (!isInstalled)
146 public boolean isInstalled() method in class:CurrentInstallStatus
148 return isInstalled;
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/
H A DCurrentInstallStatus.java58 private boolean isInstalled; field in class:CurrentInstallStatus
72 isInstalled = false;
93 isInstalled = true;
103 else if (isInstalled)
134 if (!isInstalled)
146 public boolean isInstalled() method in class:CurrentInstallStatus
148 return isInstalled;
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/
H A DCurrentInstallStatus.java57 private boolean isInstalled; field in class:CurrentInstallStatus
71 isInstalled = false;
92 isInstalled = true;
102 else if (isInstalled)
133 if (!isInstalled)
145 public boolean isInstalled() method in class:CurrentInstallStatus
147 return isInstalled;
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/
H A DCurrentInstallStatus.java58 private boolean isInstalled; field in class:CurrentInstallStatus
72 isInstalled = false;
93 isInstalled = true;
103 else if (isInstalled)
134 if (!isInstalled)
146 public boolean isInstalled() method in class:CurrentInstallStatus
148 return isInstalled;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/
H A DCurrentInstallStatus.java55 private boolean isInstalled; field in class:CurrentInstallStatus
80 isInstalled = true;
90 else if (isInstalled)
119 if (!isInstalled)
131 public boolean isInstalled() method in class:CurrentInstallStatus
133 return isInstalled;
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ui/
H A DQuickSetupDialog.java398 if (isInstalled() && !forceToDisplay)
465 private boolean isInstalled() method in class:QuickSetupDialog
467 return installStatus.isInstalled();
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/ui/
H A DQuickSetupDialog.java399 if (isInstalled() && !forceToDisplay)
466 private boolean isInstalled() method in class:QuickSetupDialog
468 return installStatus.isInstalled();
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ui/
H A DQuickSetupDialog.java399 if (isInstalled() && !forceToDisplay)
466 private boolean isInstalled() method in class:QuickSetupDialog
468 return installStatus.isInstalled();
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DQuickSetupDialog.java398 if (isInstalled() && !forceToDisplay)
465 private boolean isInstalled() method in class:QuickSetupDialog
467 return installStatus.isInstalled();
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DQuickSetupDialog.java399 if (isInstalled() && !forceToDisplay)
466 private boolean isInstalled() method in class:QuickSetupDialog
468 return installStatus.isInstalled();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/
H A DQuickSetupDialog.java391 if (isInstalled() && !forceToDisplay)
458 private boolean isInstalled() method in class:QuickSetupDialog
460 return installStatus.isInstalled();

Completed in 39 milliseconds