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

/glassfish-3.1.2/core/bootstrap/src/main/java/com/sun/enterprise/glassfish/bootstrap/
H A DUtil.java318 * @param platformConf which will be updated by corresponding values in System properties.
321 public static void overrideBySystemProps(Properties platformConf, Collection<String> excluding) { argument
323 for (Map.Entry<Object, Object> entry: platformConf.entrySet()) {
329 platformConf.put(entry.getKey(), systemPropValue);

Completed in 682 milliseconds