Searched refs:installationPath (Results 1 - 16 of 16) sorted by relevance

/forgerock/opendj-v3/opendj-server/src/main/java/org/forgerock/opendj/server/setup/model/
H A DModel.java59 private String installationPath; field in class:Model
333 return installationPath;
339 * @param installationPath
342 public void setInstallationPath(String installationPath) { argument
343 this.installationPath = installationPath;
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/
H A DLicenseFile.java250 * @param installationPath
253 static public void createFileLicenseApproved(final String installationPath) argument
255 if (getApproval() && installationPath != null)
259 new File(installationPath + File.separatorChar + LEGAL_FOLDER_NAME
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/
H A DLicenseFile.java251 * @param installationPath
254 static public void createFileLicenseApproved(final String installationPath) argument
256 if (getApproval() && installationPath != null)
260 new File(installationPath + File.separatorChar + LEGAL_FOLDER_NAME
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/
H A DLicenseFile.java250 * @param installationPath
253 static public void createFileLicenseApproved(final String installationPath) argument
255 if (getApproval() && installationPath != null)
259 new File(installationPath + File.separatorChar + LEGAL_FOLDER_NAME
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/
H A DLicenseFile.java207 * @param installationPath
210 public static void createFileLicenseApproved(final String installationPath) argument
212 if (getApproval() && installationPath != null)
214 String instanceDirname = Utils.getInstancePathFromInstallPath(installationPath);
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/upgrade/
H A DUpgradeUtils.java384 String installationPath = System.getProperty("INSTALL_ROOT");
385 if (installationPath == null)
396 installationPath = getPath(f.getParentFile().getParentFile());
400 installationPath = path;
404 return installationPath;
/forgerock/opendj2/src/server/org/opends/server/tools/upgrade/
H A DUpgradeUtils.java368 String installationPath = System.getProperty("INSTALL_ROOT");
369 if (installationPath == null)
380 installationPath = getPath(f.getParentFile().getParentFile());
384 installationPath = path;
388 return installationPath;
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/upgrade/
H A DUpgradeUtils.java369 String installationPath = System.getProperty("INSTALL_ROOT");
370 if (installationPath == null)
381 installationPath = getPath(f.getParentFile().getParentFile());
385 installationPath = path;
389 return installationPath;
/forgerock/opendj2-hg/src/server/org/opends/server/tools/upgrade/
H A DUpgradeUtils.java368 String installationPath = System.getProperty("INSTALL_ROOT");
369 if (installationPath == null)
380 installationPath = getPath(f.getParentFile().getParentFile());
384 installationPath = path;
388 return installationPath;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/upgrade/
H A DUpgradeUtils.java353 String installationPath = System.getProperty("INSTALL_ROOT");
354 if (installationPath == null)
365 installationPath = getPath(f.getParentFile().getParentFile());
369 installationPath = path;
373 return installationPath;
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/uninstaller/
H A DUninstaller.java1417 File installationPath = installation.getRootDirectory(); field in class:Uninstaller.InstallationFilesToDeleteFilter
1458 !installationPath.equals(file)
/forgerock/opendj2/src/guitools/org/opends/guitools/uninstaller/
H A DUninstaller.java1416 File installationPath = installation.getRootDirectory(); field in class:Uninstaller.InstallationFilesToDeleteFilter
1457 !installationPath.equals(file)
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/uninstaller/
H A DUninstaller.java1417 File installationPath = installation.getRootDirectory(); field in class:Uninstaller.InstallationFilesToDeleteFilter
1458 !installationPath.equals(file)
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/uninstaller/
H A DUninstaller.java1416 File installationPath = installation.getRootDirectory(); field in class:Uninstaller.InstallationFilesToDeleteFilter
1457 !installationPath.equals(file)
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/uninstaller/
H A DUninstaller.java1347 private File installationPath = installation.getRootDirectory(); field in class:Uninstaller.InstallationFilesToDeleteFilter
1387 !installationPath.equals(file)
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/uninstaller/
H A DUninstaller.java1476 File installationPath = installation.getRootDirectory(); field in class:Uninstaller.InstallationFilesToDeleteFilter
1517 !installationPath.equals(file)

Completed in 74 milliseconds