Searched refs:getInstallationPath (Results 1 - 25 of 52) sorted by relevance

123

/forgerock/opendj-b2.6/src/server/org/opends/server/tools/upgrade/
H A DUpgradeLog.java64 new File(new StringBuilder(UpgradeUtils.getInstallationPath())
103 UpgradeUtils.getInstallationPath()).toString());
H A DUpgradeUtils.java84 static final File configDirectory = new File(getInstallationPath(),
88 static final File configSchemaDirectory = new File(getInstallationPath(),
93 static final File templateDirectory = new File(getInstallationPath(),
99 getInstallationPath(), Installation.TEMPLATE_RELATIVE_PATH
105 getInstallationPath(), Installation.TEMPLATE_RELATIVE_PATH
110 getInstallationPath(), Installation.CONFIG_PATH_RELATIVE
364 final String installPath = getInstallationPath();
378 static final String getInstallationPath() method in class:UpgradeUtils
H A DUpgrade.java362 .get(UpgradeUtils.getInstallationPath() + File.separator
441 .get(UpgradeUtils.getInstallationPath() + File.separator
/forgerock/opendj2/src/server/org/opends/server/tools/upgrade/
H A DUpgradeLog.java70 new File(new StringBuilder(UpgradeUtils.getInstallationPath())
109 UpgradeUtils.getInstallationPath()).toString());
H A DUpgradeUtils.java82 static final File templateDirectory = new File(getInstallationPath(),
348 final String installPath = getInstallationPath();
362 static String getInstallationPath() method in class:UpgradeUtils
H A DUpgrade.java410 .getInstallationPath()
512 .getInstallationPath()
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/upgrade/
H A DUpgradeLog.java70 new File(new StringBuilder(UpgradeUtils.getInstallationPath())
109 UpgradeUtils.getInstallationPath()).toString());
H A DUpgrade.java363 .getInstallationPath()
463 .getInstallationPath()
H A DUpgradeUtils.java83 static final File templateDirectory = new File(getInstallationPath(),
349 final String installPath = getInstallationPath();
363 static String getInstallationPath() method in class:UpgradeUtils
/forgerock/opendj2-hg/src/server/org/opends/server/tools/upgrade/
H A DUpgradeLog.java70 new File(new StringBuilder(UpgradeUtils.getInstallationPath())
109 UpgradeUtils.getInstallationPath()).toString());
H A DUpgradeUtils.java82 static final File templateDirectory = new File(getInstallationPath(),
348 final String installPath = getInstallationPath();
362 static String getInstallationPath() method in class:UpgradeUtils
/forgerock/opendj-v3/opendj-server/src/main/java/org/forgerock/opendj/server/setup/cli/
H A DSetupLog.java66 logFile = new File(SetupCli.getInstallationPath() + File.separator + LOGNAME);
95 logger.info(CliMessages.INFO_INSTALLATION_DIRECTORY.get(SetupCli.getInstallationPath()).toString());
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/upgrade/
H A DUpgradeUtils.java77 static final File templateDirectory = new File(getInstallationPath(),
95 static final File libDirectory = new File(getInstallationPath(), Installation.LIB_RELATIVE_PATH);
98 static final File binDirectory = new File(getInstallationPath(), Installation.UNIX_BINARIES_PATH_RELATIVE);
101 static final File batDirectory = new File(getInstallationPath(), Installation.WINDOWS_BINARIES_PATH_RELATIVE);
333 final String installPath = getInstallationPath();
347 static String getInstallationPath() method in class:UpgradeUtils
H A DUpgradeLog.java111 UpgradeUtils.getInstallationPath()).toString());
/forgerock/opendj-v3/opendj-server/src/main/java/org/forgerock/opendj/server/setup/model/
H A DModel.java332 public String getInstallationPath() { method in class:Model
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/
H A DApplication.java177 String installPath = getInstallationPath();
473 public abstract String getInstallationPath(); method in class:Application
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/offline/
H A DOfflineInstaller.java115 LicenseFile.createFileLicenseApproved(this.getInstallationPath());
552 public String getInstallationPath() method in class:OfflineInstaller
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/webstart/
H A DWebStartInstaller.java162 LicenseFile.createFileLicenseApproved(this.getInstallationPath());
625 public String getInstallationPath() method in class:WebStartInstaller
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/
H A DApplication.java178 String installPath = getInstallationPath();
474 public abstract String getInstallationPath(); method in class:Application
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/installer/offline/
H A DOfflineInstaller.java113 LicenseFile.createFileLicenseApproved(this.getInstallationPath());
554 public String getInstallationPath() method in class:OfflineInstaller
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/installer/webstart/
H A DWebStartInstaller.java161 LicenseFile.createFileLicenseApproved(this.getInstallationPath());
628 public String getInstallationPath() method in class:WebStartInstaller
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/
H A DApplication.java178 String installPath = getInstallationPath();
474 public abstract String getInstallationPath(); method in class:Application
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/
H A DApplication.java177 String installPath = getInstallationPath();
473 public abstract String getInstallationPath(); method in class:Application
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/installer/offline/
H A DOfflineInstaller.java115 LicenseFile.createFileLicenseApproved(this.getInstallationPath());
552 public String getInstallationPath() method in class:OfflineInstaller
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/installer/webstart/
H A DWebStartInstaller.java162 LicenseFile.createFileLicenseApproved(this.getInstallationPath());
625 public String getInstallationPath() method in class:WebStartInstaller

Completed in 65 milliseconds

123