Searched defs:templateValue (Results 1 - 25 of 114) sorted by relevance

12345

/forgerock/opendj-b2.6/src/server/org/opends/server/tools/makeldif/
H A DTemplateValue.java41 private StringBuilder templateValue; field in class:TemplateValue
57 templateValue = new StringBuilder();
93 return templateValue;
105 templateValue.append(s);
H A DFirstNameTag.java124 * @param templateValue The template value to which the generated content
130 TemplateValue templateValue)
132 templateValue.append(templateFile.getFirstName());
129 generateValue(TemplateEntry templateEntry, TemplateValue templateValue) argument
H A DGUIDTag.java148 * @param templateValue The template value to which the generated content
154 TemplateValue templateValue)
156 templateValue.append(UUID.randomUUID().toString());
153 generateValue(TemplateEntry templateEntry, TemplateValue templateValue) argument
H A DLastNameTag.java124 * @param templateValue The template value to which the generated content
130 TemplateValue templateValue)
132 templateValue.append(templateFile.getLastName());
129 generateValue(TemplateEntry templateEntry, TemplateValue templateValue) argument
H A DParentDNTag.java118 * @param templateValue The template value to which the generated content
124 TemplateValue templateValue)
132 parentDN.toString(templateValue.getValue());
123 generateValue(TemplateEntry templateEntry, TemplateValue templateValue) argument
H A DRDNTag.java148 * @param templateValue The template value to which the generated content
154 TemplateValue templateValue)
163 dn.getRDN().toString(templateValue.getValue());
153 generateValue(TemplateEntry templateEntry, TemplateValue templateValue) argument
H A DStaticTextTag.java156 * @param templateValue The template value to which the generated content
162 TemplateValue templateValue)
164 templateValue.append(text);
161 generateValue(TemplateEntry templateEntry, TemplateValue templateValue) argument
H A DUnderscoreParentDNTag.java118 * @param templateValue The template value to which the generated content
124 TemplateValue templateValue)
132 parentDN.getRDN(0).toString(templateValue.getValue());
135 templateValue.append("_");
136 parentDN.getRDN(i).toString(templateValue.getValue());
123 generateValue(TemplateEntry templateEntry, TemplateValue templateValue) argument
/forgerock/opendj2/src/server/org/opends/server/tools/makeldif/
H A DTemplateValue.java40 private StringBuilder templateValue; field in class:TemplateValue
56 templateValue = new StringBuilder();
92 return templateValue;
104 templateValue.append(s);
H A DFirstNameTag.java123 * @param templateValue The template value to which the generated content
129 TemplateValue templateValue)
131 templateValue.append(templateFile.getFirstName());
128 generateValue(TemplateEntry templateEntry, TemplateValue templateValue) argument
H A DGUIDTag.java147 * @param templateValue The template value to which the generated content
153 TemplateValue templateValue)
155 templateValue.append(UUID.randomUUID().toString());
152 generateValue(TemplateEntry templateEntry, TemplateValue templateValue) argument
H A DLastNameTag.java123 * @param templateValue The template value to which the generated content
129 TemplateValue templateValue)
131 templateValue.append(templateFile.getLastName());
128 generateValue(TemplateEntry templateEntry, TemplateValue templateValue) argument
H A DParentDNTag.java117 * @param templateValue The template value to which the generated content
123 TemplateValue templateValue)
131 parentDN.toString(templateValue.getValue());
122 generateValue(TemplateEntry templateEntry, TemplateValue templateValue) argument
H A DRDNTag.java147 * @param templateValue The template value to which the generated content
153 TemplateValue templateValue)
162 dn.getRDN().toString(templateValue.getValue());
152 generateValue(TemplateEntry templateEntry, TemplateValue templateValue) argument
H A DStaticTextTag.java155 * @param templateValue The template value to which the generated content
161 TemplateValue templateValue)
163 templateValue.append(text);
160 generateValue(TemplateEntry templateEntry, TemplateValue templateValue) argument
H A DUnderscoreParentDNTag.java117 * @param templateValue The template value to which the generated content
123 TemplateValue templateValue)
131 parentDN.getRDN(0).toString(templateValue.getValue());
134 templateValue.append("_");
135 parentDN.getRDN(i).toString(templateValue.getValue());
122 generateValue(TemplateEntry templateEntry, TemplateValue templateValue) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/makeldif/
H A DTemplateValue.java41 private StringBuilder templateValue; field in class:TemplateValue
57 templateValue = new StringBuilder();
93 return templateValue;
105 templateValue.append(s);
H A DFirstNameTag.java124 * @param templateValue The template value to which the generated content
130 TemplateValue templateValue)
132 templateValue.append(templateFile.getFirstName());
129 generateValue(TemplateEntry templateEntry, TemplateValue templateValue) argument
H A DGUIDTag.java148 * @param templateValue The template value to which the generated content
154 TemplateValue templateValue)
156 templateValue.append(UUID.randomUUID().toString());
153 generateValue(TemplateEntry templateEntry, TemplateValue templateValue) argument
H A DLastNameTag.java124 * @param templateValue The template value to which the generated content
130 TemplateValue templateValue)
132 templateValue.append(templateFile.getLastName());
129 generateValue(TemplateEntry templateEntry, TemplateValue templateValue) argument
H A DParentDNTag.java118 * @param templateValue The template value to which the generated content
124 TemplateValue templateValue)
132 parentDN.toString(templateValue.getValue());
123 generateValue(TemplateEntry templateEntry, TemplateValue templateValue) argument
H A DRDNTag.java148 * @param templateValue The template value to which the generated content
154 TemplateValue templateValue)
163 dn.getRDN().toString(templateValue.getValue());
153 generateValue(TemplateEntry templateEntry, TemplateValue templateValue) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/makeldif/
H A DTemplateValue.java41 private StringBuilder templateValue; field in class:TemplateValue
57 templateValue = new StringBuilder();
93 return templateValue;
105 templateValue.append(s);
/forgerock/opendj2-hg/src/server/org/opends/server/tools/makeldif/
H A DTemplateValue.java40 private StringBuilder templateValue; field in class:TemplateValue
56 templateValue = new StringBuilder();
92 return templateValue;
104 templateValue.append(s);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/makeldif/
H A DTemplateValue.java41 private StringBuilder templateValue; field in class:TemplateValue
57 templateValue = new StringBuilder();
93 return templateValue;
105 templateValue.append(s);

Completed in 30 milliseconds

12345