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

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/
H A DInstallerHelper.java968 final String propertyName, final Properties propertiesSource, final Map<String, String> destMap)
973 destMap.put(propertyName, "false");
977 destMap.put("overwrite-env-java-home", propertyValue.toLowerCase());
967 putBooleanPropertyFrom( final String propertyName, final Properties propertiesSource, final Map<String, String> destMap) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DEntry.java5657 * @param destMap
5673 HashMap<AttributeType, List<Attribute>> destMap,
5754 List<Attribute> attrList = destMap.get(subAttrType);
5763 destMap.put(subAttrType, attrList);
5672 mergeAttributeLists(List<Attribute> sourceList, HashMap<AttributeType, List<Attribute>> destMap, AttributeType attrType, String attrName, HashSet<String> options, boolean omitValues, boolean omitReal, boolean omitVirtual) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DEntry.java5655 * @param destMap
5671 HashMap<AttributeType, List<Attribute>> destMap,
5752 List<Attribute> attrList = destMap.get(subAttrType);
5761 destMap.put(subAttrType, attrList);
5670 mergeAttributeLists(List<Attribute> sourceList, HashMap<AttributeType, List<Attribute>> destMap, AttributeType attrType, String attrName, HashSet<String> options, boolean omitValues, boolean omitReal, boolean omitVirtual) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DEntry.java5563 * @param destMap
5579 HashMap<AttributeType, List<Attribute>> destMap,
5660 List<Attribute> attrList = destMap.get(subAttrType);
5669 destMap.put(subAttrType, attrList);
5578 mergeAttributeLists(List<Attribute> sourceList, HashMap<AttributeType, List<Attribute>> destMap, AttributeType attrType, String attrName, HashSet<String> options, boolean omitValues, boolean omitReal, boolean omitVirtual) argument
/forgerock/opendj2/src/server/org/opends/server/types/
H A DEntry.java5081 * @param destMap
5097 Map<AttributeType, List<Attribute>> destMap,
5173 List<Attribute> attrList = destMap.get(subAttrType);
5182 destMap.put(subAttrType, attrList);
5096 mergeAttributeLists(List<Attribute> sourceList, Map<AttributeType, List<Attribute>> destMap, AttributeType attrType, String attrName, Set<String> options, boolean omitValues, boolean omitReal, boolean omitVirtual) argument
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DEntry.java5081 * @param destMap
5097 Map<AttributeType, List<Attribute>> destMap,
5173 List<Attribute> attrList = destMap.get(subAttrType);
5182 destMap.put(subAttrType, attrList);
5096 mergeAttributeLists(List<Attribute> sourceList, Map<AttributeType, List<Attribute>> destMap, AttributeType attrType, String attrName, Set<String> options, boolean omitValues, boolean omitReal, boolean omitVirtual) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DEntry.java4759 * @param destMap
4775 Map<AttributeType, List<Attribute>> destMap,
4841 List<Attribute> attrList = destMap.get(subAttrType);
4849 destMap.put(subAttrType, attrList);
4774 mergeAttributeLists(List<Attribute> sourceList, Map<AttributeType, List<Attribute>> destMap, AttributeType attrType, String attrName, Set<String> options, boolean omitValues, boolean omitReal, boolean omitVirtual) argument

Completed in 86 milliseconds