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

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/
H A DInstallerHelper.java936 Map<String, String> otherProperties = new HashMap<String, String>();
951 otherProperties.put(propertiesKey,
964 otherProperties.put("overwrite-env-java-home", "false");
968 otherProperties.put("overwrite-env-java-home", v.toLowerCase());
975 otherProperties.put("overwrite-env-java-args", "false");
979 otherProperties.put("overwrite-env-java-args", v.toLowerCase());
985 otherProperties.put("default.java-home", javaHome);
988 writeSetOpenDSJavaHome(installPath, javaHome, args, otherProperties);
1117 * @param otherProperties other properties that must be set in the file.
1123 Map<String, String> otherProperties) throw
1120 writeSetOpenDSJavaHome(String installPath, String javaHome, Map<String, JavaArguments> arguments, Map<String, String> otherProperties) argument
[all...]
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/installer/
H A DInstallerHelper.java937 Map<String, String> otherProperties = new HashMap<String, String>();
952 otherProperties.put(propertiesKey,
965 otherProperties.put("overwrite-env-java-home", "false");
969 otherProperties.put("overwrite-env-java-home", v.toLowerCase());
976 otherProperties.put("overwrite-env-java-args", "false");
980 otherProperties.put("overwrite-env-java-args", v.toLowerCase());
986 otherProperties.put("default.java-home", javaHome);
989 writeSetOpenDSJavaHome(installPath, javaHome, args, otherProperties);
1118 * @param otherProperties other properties that must be set in the file.
1124 Map<String, String> otherProperties) throw
1121 writeSetOpenDSJavaHome(String installPath, String javaHome, Map<String, JavaArguments> arguments, Map<String, String> otherProperties) argument
[all...]
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/installer/
H A DInstallerHelper.java937 Map<String, String> otherProperties = new HashMap<String, String>();
952 otherProperties.put(propertiesKey,
965 otherProperties.put("overwrite-env-java-home", "false");
969 otherProperties.put("overwrite-env-java-home", v.toLowerCase());
976 otherProperties.put("overwrite-env-java-args", "false");
980 otherProperties.put("overwrite-env-java-args", v.toLowerCase());
986 otherProperties.put("default.java-home", javaHome);
989 writeSetOpenDSJavaHome(installPath, javaHome, args, otherProperties);
1118 * @param otherProperties other properties that must be set in the file.
1124 Map<String, String> otherProperties) throw
1121 writeSetOpenDSJavaHome(String installPath, String javaHome, Map<String, JavaArguments> arguments, Map<String, String> otherProperties) argument
[all...]
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/installer/
H A DInstallerHelper.java936 Map<String, String> otherProperties = new HashMap<String, String>();
951 otherProperties.put(propertiesKey,
964 otherProperties.put("overwrite-env-java-home", "false");
968 otherProperties.put("overwrite-env-java-home", v.toLowerCase());
975 otherProperties.put("overwrite-env-java-args", "false");
979 otherProperties.put("overwrite-env-java-args", v.toLowerCase());
985 otherProperties.put("default.java-home", javaHome);
988 writeSetOpenDSJavaHome(installPath, javaHome, args, otherProperties);
1117 * @param otherProperties other properties that must be set in the file.
1123 Map<String, String> otherProperties) throw
1120 writeSetOpenDSJavaHome(String installPath, String javaHome, Map<String, JavaArguments> arguments, Map<String, String> otherProperties) argument
[all...]
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/installer/
H A DInstallerHelper.java962 Map<String, String> otherProperties = new HashMap<String, String>();
977 otherProperties.put(propertiesKey,
990 otherProperties.put("overwrite-env-java-home", "false");
994 otherProperties.put("overwrite-env-java-home", v.toLowerCase());
1001 otherProperties.put("overwrite-env-java-args", "false");
1005 otherProperties.put("overwrite-env-java-args", v.toLowerCase());
1011 otherProperties.put("default.java-home", javaHome);
1014 writeSetOpenDSJavaHome(installPath, javaHome, args, otherProperties);
1142 * @param otherProperties other properties that must be set in the file.
1148 Map<String, String> otherProperties) throw
1145 writeSetOpenDSJavaHome(String installPath, String javaHome, Map<String, JavaArguments> arguments, Map<String, String> otherProperties) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/
H A DInstallerHelper.java935 Map<String, String> otherProperties = new HashMap<>();
948 otherProperties.put(propertiesKey, fileProperties.getProperty(propertiesKey));
956 putBooleanPropertyFrom("overwrite-env-java-home", fileProperties, otherProperties);
957 putBooleanPropertyFrom("overwrite-env-java-args", fileProperties, otherProperties);
961 otherProperties.put("default.java-home", javaHome);
964 writeSetOpenDSJavaHome(installPath, javaHome, args, otherProperties);
1107 * @param otherProperties
1113 Map<String, String> otherProperties) throws IOException
1125 for (String key : otherProperties.keySet())
1127 writer.write(key + "=" + otherProperties
1112 writeSetOpenDSJavaHome(String installPath, String javaHome, Map<String, JavaArguments> arguments, Map<String, String> otherProperties) argument
[all...]

Completed in 348 milliseconds