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

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/upgrade/
H A DLicenseFile.java65 private static String getInstallRootPathFromSystem(final String fallBackValue) method in class:LicenseFile
82 return getInstallRootPathFromSystem(".") + File.separator + LEGAL_FOLDER_NAME;
90 final String instanceDirname = UpgradeUtils.getInstancePathFromInstallPath(getInstallRootPathFromSystem("."));

Completed in 23 milliseconds