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

/forgerock/opendj-b2.6/src/server/org/opends/server/util/args/
H A DStringArgument.java51 * @param valuePlaceholder The placeholder for the argument value that will
63 boolean needsValue, Message valuePlaceholder,
68 valuePlaceholder, null, null, description);
87 * @param valuePlaceholder The placeholder for the argument value that will
107 Message valuePlaceholder, String defaultValue,
112 needsValue, valuePlaceholder, defaultValue, propertyName,
61 StringArgument(String name, Character shortIdentifier, String longIdentifier, boolean isRequired, boolean needsValue, Message valuePlaceholder, Message description) argument
104 StringArgument(String name, Character shortIdentifier, String longIdentifier, boolean isRequired, boolean isMultiValued, boolean needsValue, Message valuePlaceholder, String defaultValue, String propertyName, Message description) argument
H A DFileBasedArgument.java78 * @param valuePlaceholder The placeholder for the argument value that will
90 Message valuePlaceholder,
95 valuePlaceholder, null, null, description);
116 * @param valuePlaceholder The placeholder for the argument value that will
135 boolean isMultiValued, Message valuePlaceholder,
141 true, valuePlaceholder, defaultValue, propertyName,
88 FileBasedArgument(String name, Character shortIdentifier, String longIdentifier, boolean isRequired, Message valuePlaceholder, Message description) argument
133 FileBasedArgument(String name, Character shortIdentifier, String longIdentifier, boolean isRequired, boolean isMultiValued, Message valuePlaceholder, String defaultValue, String propertyName, Message description) argument
H A DIntegerArgument.java69 * @param valuePlaceholder The placeholder for the argument value that will
81 boolean needsValue, Message valuePlaceholder,
86 valuePlaceholder, null, null, description);
108 * @param valuePlaceholder The placeholder for the argument value that will
128 boolean needsValue, Message valuePlaceholder,
135 valuePlaceholder, null, null, description);
166 * @param valuePlaceholder The placeholder for the argument value that will
186 Message valuePlaceholder, int defaultValue,
192 needsValue, valuePlaceholder, String.valueOf(defaultValue),
217 * @param valuePlaceholder Th
79 IntegerArgument(String name, Character shortIdentifier, String longIdentifier, boolean isRequired, boolean needsValue, Message valuePlaceholder, Message description) argument
126 IntegerArgument(String name, Character shortIdentifier, String longIdentifier, boolean isRequired, boolean needsValue, Message valuePlaceholder, boolean hasLowerBound, int lowerBound, boolean hasUpperBound, int upperBound, Message description) argument
183 IntegerArgument(String name, Character shortIdentifier, String longIdentifier, boolean isRequired, boolean isMultiValued, boolean needsValue, Message valuePlaceholder, int defaultValue, String propertyName, Message description) argument
242 IntegerArgument(String name, Character shortIdentifier, String longIdentifier, boolean isRequired, boolean isMultiValued, boolean needsValue, Message valuePlaceholder, int defaultValue, String propertyName, boolean hasLowerBound, int lowerBound, boolean hasUpperBound, int upperBound, Message description) argument
[all...]
H A DMultiChoiceArgument.java69 * @param valuePlaceholder The placeholder for the argument value that will
87 boolean needsValue, Message valuePlaceholder,
94 valuePlaceholder, null, null, description);
116 * @param valuePlaceholder The placeholder for the argument value that will
142 Message valuePlaceholder, String defaultValue,
149 needsValue, valuePlaceholder, defaultValue, propertyName,
85 MultiChoiceArgument(String name, Character shortIdentifier, String longIdentifier, boolean isRequired, boolean needsValue, Message valuePlaceholder, HashSet<String> allowedValues, boolean caseSensitive, Message description) argument
139 MultiChoiceArgument(String name, Character shortIdentifier, String longIdentifier, boolean isRequired, boolean isMultiValued, boolean needsValue, Message valuePlaceholder, String defaultValue, String propertyName, HashSet<String> allowedValues, boolean caseSensitive, Message description) argument
H A DArgument.java89 private Message valuePlaceholder; field in class:Argument
110 * @param valuePlaceholder The placeholder for the argument value that will
130 Message valuePlaceholder, String defaultValue,
141 this.valuePlaceholder = valuePlaceholder;
153 if (needsValue && (valuePlaceholder == null))
361 return valuePlaceholder;
371 * @param valuePlaceholder The value placeholder that will be displayed for
374 public void setValuePlaceholder(Message valuePlaceholder) argument
376 this.valuePlaceholder
127 Argument(String name, Character shortIdentifier, String longIdentifier, boolean isRequired, boolean isMultiValued, boolean needsValue, Message valuePlaceholder, String defaultValue, String propertyName, Message description) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/util/args/
H A DStringArgument.java50 * @param valuePlaceholder The placeholder for the argument value that will
62 boolean needsValue, Message valuePlaceholder,
67 valuePlaceholder, null, null, description);
86 * @param valuePlaceholder The placeholder for the argument value that will
106 Message valuePlaceholder, String defaultValue,
111 needsValue, valuePlaceholder, defaultValue, propertyName,
60 StringArgument(String name, Character shortIdentifier, String longIdentifier, boolean isRequired, boolean needsValue, Message valuePlaceholder, Message description) argument
103 StringArgument(String name, Character shortIdentifier, String longIdentifier, boolean isRequired, boolean isMultiValued, boolean needsValue, Message valuePlaceholder, String defaultValue, String propertyName, Message description) argument
H A DFileBasedArgument.java77 * @param valuePlaceholder The placeholder for the argument value that will
89 Message valuePlaceholder,
94 valuePlaceholder, null, null, description);
115 * @param valuePlaceholder The placeholder for the argument value that will
134 boolean isMultiValued, Message valuePlaceholder,
140 true, valuePlaceholder, defaultValue, propertyName,
87 FileBasedArgument(String name, Character shortIdentifier, String longIdentifier, boolean isRequired, Message valuePlaceholder, Message description) argument
132 FileBasedArgument(String name, Character shortIdentifier, String longIdentifier, boolean isRequired, boolean isMultiValued, Message valuePlaceholder, String defaultValue, String propertyName, Message description) argument
H A DIntegerArgument.java68 * @param valuePlaceholder The placeholder for the argument value that will
80 boolean needsValue, Message valuePlaceholder,
85 valuePlaceholder, null, null, description);
107 * @param valuePlaceholder The placeholder for the argument value that will
127 boolean needsValue, Message valuePlaceholder,
134 valuePlaceholder, null, null, description);
165 * @param valuePlaceholder The placeholder for the argument value that will
185 Message valuePlaceholder, int defaultValue,
191 needsValue, valuePlaceholder, String.valueOf(defaultValue),
216 * @param valuePlaceholder Th
78 IntegerArgument(String name, Character shortIdentifier, String longIdentifier, boolean isRequired, boolean needsValue, Message valuePlaceholder, Message description) argument
125 IntegerArgument(String name, Character shortIdentifier, String longIdentifier, boolean isRequired, boolean needsValue, Message valuePlaceholder, boolean hasLowerBound, int lowerBound, boolean hasUpperBound, int upperBound, Message description) argument
182 IntegerArgument(String name, Character shortIdentifier, String longIdentifier, boolean isRequired, boolean isMultiValued, boolean needsValue, Message valuePlaceholder, int defaultValue, String propertyName, Message description) argument
241 IntegerArgument(String name, Character shortIdentifier, String longIdentifier, boolean isRequired, boolean isMultiValued, boolean needsValue, Message valuePlaceholder, int defaultValue, String propertyName, boolean hasLowerBound, int lowerBound, boolean hasUpperBound, int upperBound, Message description) argument
[all...]
H A DMultiChoiceArgument.java68 * @param valuePlaceholder The placeholder for the argument value that will
86 boolean needsValue, Message valuePlaceholder,
93 valuePlaceholder, null, null, description);
115 * @param valuePlaceholder The placeholder for the argument value that will
141 Message valuePlaceholder, String defaultValue,
148 needsValue, valuePlaceholder, defaultValue, propertyName,
84 MultiChoiceArgument(String name, Character shortIdentifier, String longIdentifier, boolean isRequired, boolean needsValue, Message valuePlaceholder, HashSet<String> allowedValues, boolean caseSensitive, Message description) argument
138 MultiChoiceArgument(String name, Character shortIdentifier, String longIdentifier, boolean isRequired, boolean isMultiValued, boolean needsValue, Message valuePlaceholder, String defaultValue, String propertyName, HashSet<String> allowedValues, boolean caseSensitive, Message description) argument
H A DArgument.java94 private Message valuePlaceholder; field in class:Argument
117 * @param valuePlaceholder The placeholder for the argument value that will
137 Message valuePlaceholder, String defaultValue,
148 this.valuePlaceholder = valuePlaceholder;
160 if (needsValue && valuePlaceholder == null)
368 return valuePlaceholder;
378 * @param valuePlaceholder The value placeholder that will be displayed for
381 public void setValuePlaceholder(Message valuePlaceholder) argument
383 this.valuePlaceholder
134 Argument(String name, Character shortIdentifier, String longIdentifier, boolean isRequired, boolean isMultiValued, boolean needsValue, Message valuePlaceholder, String defaultValue, String propertyName, Message description) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/util/args/
H A DStringArgument.java51 * @param valuePlaceholder The placeholder for the argument value that will
63 boolean needsValue, Message valuePlaceholder,
68 valuePlaceholder, null, null, description);
87 * @param valuePlaceholder The placeholder for the argument value that will
107 Message valuePlaceholder, String defaultValue,
112 needsValue, valuePlaceholder, defaultValue, propertyName,
61 StringArgument(String name, Character shortIdentifier, String longIdentifier, boolean isRequired, boolean needsValue, Message valuePlaceholder, Message description) argument
104 StringArgument(String name, Character shortIdentifier, String longIdentifier, boolean isRequired, boolean isMultiValued, boolean needsValue, Message valuePlaceholder, String defaultValue, String propertyName, Message description) argument
H A DFileBasedArgument.java78 * @param valuePlaceholder The placeholder for the argument value that will
90 Message valuePlaceholder,
95 valuePlaceholder, null, null, description);
116 * @param valuePlaceholder The placeholder for the argument value that will
135 boolean isMultiValued, Message valuePlaceholder,
141 true, valuePlaceholder, defaultValue, propertyName,
88 FileBasedArgument(String name, Character shortIdentifier, String longIdentifier, boolean isRequired, Message valuePlaceholder, Message description) argument
133 FileBasedArgument(String name, Character shortIdentifier, String longIdentifier, boolean isRequired, boolean isMultiValued, Message valuePlaceholder, String defaultValue, String propertyName, Message description) argument
H A DIntegerArgument.java69 * @param valuePlaceholder The placeholder for the argument value that will
81 boolean needsValue, Message valuePlaceholder,
86 valuePlaceholder, null, null, description);
108 * @param valuePlaceholder The placeholder for the argument value that will
128 boolean needsValue, Message valuePlaceholder,
135 valuePlaceholder, null, null, description);
166 * @param valuePlaceholder The placeholder for the argument value that will
186 Message valuePlaceholder, int defaultValue,
192 needsValue, valuePlaceholder, String.valueOf(defaultValue),
217 * @param valuePlaceholder Th
79 IntegerArgument(String name, Character shortIdentifier, String longIdentifier, boolean isRequired, boolean needsValue, Message valuePlaceholder, Message description) argument
126 IntegerArgument(String name, Character shortIdentifier, String longIdentifier, boolean isRequired, boolean needsValue, Message valuePlaceholder, boolean hasLowerBound, int lowerBound, boolean hasUpperBound, int upperBound, Message description) argument
183 IntegerArgument(String name, Character shortIdentifier, String longIdentifier, boolean isRequired, boolean isMultiValued, boolean needsValue, Message valuePlaceholder, int defaultValue, String propertyName, Message description) argument
242 IntegerArgument(String name, Character shortIdentifier, String longIdentifier, boolean isRequired, boolean isMultiValued, boolean needsValue, Message valuePlaceholder, int defaultValue, String propertyName, boolean hasLowerBound, int lowerBound, boolean hasUpperBound, int upperBound, Message description) argument
[all...]
H A DMultiChoiceArgument.java69 * @param valuePlaceholder The placeholder for the argument value that will
87 boolean needsValue, Message valuePlaceholder,
94 valuePlaceholder, null, null, description);
116 * @param valuePlaceholder The placeholder for the argument value that will
142 Message valuePlaceholder, String defaultValue,
149 needsValue, valuePlaceholder, defaultValue, propertyName,
85 MultiChoiceArgument(String name, Character shortIdentifier, String longIdentifier, boolean isRequired, boolean needsValue, Message valuePlaceholder, HashSet<String> allowedValues, boolean caseSensitive, Message description) argument
139 MultiChoiceArgument(String name, Character shortIdentifier, String longIdentifier, boolean isRequired, boolean isMultiValued, boolean needsValue, Message valuePlaceholder, String defaultValue, String propertyName, HashSet<String> allowedValues, boolean caseSensitive, Message description) argument
H A DArgument.java89 private Message valuePlaceholder; field in class:Argument
110 * @param valuePlaceholder The placeholder for the argument value that will
130 Message valuePlaceholder, String defaultValue,
141 this.valuePlaceholder = valuePlaceholder;
153 if (needsValue && (valuePlaceholder == null))
361 return valuePlaceholder;
371 * @param valuePlaceholder The value placeholder that will be displayed for
374 public void setValuePlaceholder(Message valuePlaceholder) argument
376 this.valuePlaceholder
127 Argument(String name, Character shortIdentifier, String longIdentifier, boolean isRequired, boolean isMultiValued, boolean needsValue, Message valuePlaceholder, String defaultValue, String propertyName, Message description) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/args/
H A DStringArgument.java51 * @param valuePlaceholder The placeholder for the argument value that will
63 boolean needsValue, Message valuePlaceholder,
68 valuePlaceholder, null, null, description);
87 * @param valuePlaceholder The placeholder for the argument value that will
107 Message valuePlaceholder, String defaultValue,
112 needsValue, valuePlaceholder, defaultValue, propertyName,
61 StringArgument(String name, Character shortIdentifier, String longIdentifier, boolean isRequired, boolean needsValue, Message valuePlaceholder, Message description) argument
104 StringArgument(String name, Character shortIdentifier, String longIdentifier, boolean isRequired, boolean isMultiValued, boolean needsValue, Message valuePlaceholder, String defaultValue, String propertyName, Message description) argument
H A DFileBasedArgument.java78 * @param valuePlaceholder The placeholder for the argument value that will
90 Message valuePlaceholder,
95 valuePlaceholder, null, null, description);
116 * @param valuePlaceholder The placeholder for the argument value that will
135 boolean isMultiValued, Message valuePlaceholder,
141 true, valuePlaceholder, defaultValue, propertyName,
88 FileBasedArgument(String name, Character shortIdentifier, String longIdentifier, boolean isRequired, Message valuePlaceholder, Message description) argument
133 FileBasedArgument(String name, Character shortIdentifier, String longIdentifier, boolean isRequired, boolean isMultiValued, Message valuePlaceholder, String defaultValue, String propertyName, Message description) argument
H A DIntegerArgument.java69 * @param valuePlaceholder The placeholder for the argument value that will
81 boolean needsValue, Message valuePlaceholder,
86 valuePlaceholder, null, null, description);
108 * @param valuePlaceholder The placeholder for the argument value that will
128 boolean needsValue, Message valuePlaceholder,
135 valuePlaceholder, null, null, description);
166 * @param valuePlaceholder The placeholder for the argument value that will
186 Message valuePlaceholder, int defaultValue,
192 needsValue, valuePlaceholder, String.valueOf(defaultValue),
217 * @param valuePlaceholder Th
79 IntegerArgument(String name, Character shortIdentifier, String longIdentifier, boolean isRequired, boolean needsValue, Message valuePlaceholder, Message description) argument
126 IntegerArgument(String name, Character shortIdentifier, String longIdentifier, boolean isRequired, boolean needsValue, Message valuePlaceholder, boolean hasLowerBound, int lowerBound, boolean hasUpperBound, int upperBound, Message description) argument
183 IntegerArgument(String name, Character shortIdentifier, String longIdentifier, boolean isRequired, boolean isMultiValued, boolean needsValue, Message valuePlaceholder, int defaultValue, String propertyName, Message description) argument
242 IntegerArgument(String name, Character shortIdentifier, String longIdentifier, boolean isRequired, boolean isMultiValued, boolean needsValue, Message valuePlaceholder, int defaultValue, String propertyName, boolean hasLowerBound, int lowerBound, boolean hasUpperBound, int upperBound, Message description) argument
[all...]
H A DMultiChoiceArgument.java69 * @param valuePlaceholder The placeholder for the argument value that will
87 boolean needsValue, Message valuePlaceholder,
94 valuePlaceholder, null, null, description);
116 * @param valuePlaceholder The placeholder for the argument value that will
142 Message valuePlaceholder, String defaultValue,
149 needsValue, valuePlaceholder, defaultValue, propertyName,
85 MultiChoiceArgument(String name, Character shortIdentifier, String longIdentifier, boolean isRequired, boolean needsValue, Message valuePlaceholder, HashSet<String> allowedValues, boolean caseSensitive, Message description) argument
139 MultiChoiceArgument(String name, Character shortIdentifier, String longIdentifier, boolean isRequired, boolean isMultiValued, boolean needsValue, Message valuePlaceholder, String defaultValue, String propertyName, HashSet<String> allowedValues, boolean caseSensitive, Message description) argument
H A DArgument.java89 private Message valuePlaceholder; field in class:Argument
110 * @param valuePlaceholder The placeholder for the argument value that will
130 Message valuePlaceholder, String defaultValue,
141 this.valuePlaceholder = valuePlaceholder;
153 if (needsValue && (valuePlaceholder == null))
361 return valuePlaceholder;
371 * @param valuePlaceholder The value placeholder that will be displayed for
374 public void setValuePlaceholder(Message valuePlaceholder) argument
376 this.valuePlaceholder
127 Argument(String name, Character shortIdentifier, String longIdentifier, boolean isRequired, boolean isMultiValued, boolean needsValue, Message valuePlaceholder, String defaultValue, String propertyName, Message description) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/util/args/
H A DStringArgument.java50 * @param valuePlaceholder The placeholder for the argument value that will
62 boolean needsValue, Message valuePlaceholder,
67 valuePlaceholder, null, null, description);
86 * @param valuePlaceholder The placeholder for the argument value that will
106 Message valuePlaceholder, String defaultValue,
111 needsValue, valuePlaceholder, defaultValue, propertyName,
60 StringArgument(String name, Character shortIdentifier, String longIdentifier, boolean isRequired, boolean needsValue, Message valuePlaceholder, Message description) argument
103 StringArgument(String name, Character shortIdentifier, String longIdentifier, boolean isRequired, boolean isMultiValued, boolean needsValue, Message valuePlaceholder, String defaultValue, String propertyName, Message description) argument
H A DFileBasedArgument.java77 * @param valuePlaceholder The placeholder for the argument value that will
89 Message valuePlaceholder,
94 valuePlaceholder, null, null, description);
115 * @param valuePlaceholder The placeholder for the argument value that will
134 boolean isMultiValued, Message valuePlaceholder,
140 true, valuePlaceholder, defaultValue, propertyName,
87 FileBasedArgument(String name, Character shortIdentifier, String longIdentifier, boolean isRequired, Message valuePlaceholder, Message description) argument
132 FileBasedArgument(String name, Character shortIdentifier, String longIdentifier, boolean isRequired, boolean isMultiValued, Message valuePlaceholder, String defaultValue, String propertyName, Message description) argument
H A DIntegerArgument.java68 * @param valuePlaceholder The placeholder for the argument value that will
80 boolean needsValue, Message valuePlaceholder,
85 valuePlaceholder, null, null, description);
107 * @param valuePlaceholder The placeholder for the argument value that will
127 boolean needsValue, Message valuePlaceholder,
134 valuePlaceholder, null, null, description);
165 * @param valuePlaceholder The placeholder for the argument value that will
185 Message valuePlaceholder, int defaultValue,
191 needsValue, valuePlaceholder, String.valueOf(defaultValue),
216 * @param valuePlaceholder Th
78 IntegerArgument(String name, Character shortIdentifier, String longIdentifier, boolean isRequired, boolean needsValue, Message valuePlaceholder, Message description) argument
125 IntegerArgument(String name, Character shortIdentifier, String longIdentifier, boolean isRequired, boolean needsValue, Message valuePlaceholder, boolean hasLowerBound, int lowerBound, boolean hasUpperBound, int upperBound, Message description) argument
182 IntegerArgument(String name, Character shortIdentifier, String longIdentifier, boolean isRequired, boolean isMultiValued, boolean needsValue, Message valuePlaceholder, int defaultValue, String propertyName, Message description) argument
241 IntegerArgument(String name, Character shortIdentifier, String longIdentifier, boolean isRequired, boolean isMultiValued, boolean needsValue, Message valuePlaceholder, int defaultValue, String propertyName, boolean hasLowerBound, int lowerBound, boolean hasUpperBound, int upperBound, Message description) argument
[all...]
H A DMultiChoiceArgument.java68 * @param valuePlaceholder The placeholder for the argument value that will
86 boolean needsValue, Message valuePlaceholder,
93 valuePlaceholder, null, null, description);
115 * @param valuePlaceholder The placeholder for the argument value that will
141 Message valuePlaceholder, String defaultValue,
148 needsValue, valuePlaceholder, defaultValue, propertyName,
84 MultiChoiceArgument(String name, Character shortIdentifier, String longIdentifier, boolean isRequired, boolean needsValue, Message valuePlaceholder, HashSet<String> allowedValues, boolean caseSensitive, Message description) argument
138 MultiChoiceArgument(String name, Character shortIdentifier, String longIdentifier, boolean isRequired, boolean isMultiValued, boolean needsValue, Message valuePlaceholder, String defaultValue, String propertyName, HashSet<String> allowedValues, boolean caseSensitive, Message description) argument
H A DArgument.java94 private Message valuePlaceholder; field in class:Argument
117 * @param valuePlaceholder The placeholder for the argument value that will
137 Message valuePlaceholder, String defaultValue,
148 this.valuePlaceholder = valuePlaceholder;
160 if (needsValue && valuePlaceholder == null)
368 return valuePlaceholder;
378 * @param valuePlaceholder The value placeholder that will be displayed for
381 public void setValuePlaceholder(Message valuePlaceholder) argument
383 this.valuePlaceholder
134 Argument(String name, Character shortIdentifier, String longIdentifier, boolean isRequired, boolean isMultiValued, boolean needsValue, Message valuePlaceholder, String defaultValue, String propertyName, Message description) argument
[all...]

Completed in 52 milliseconds