Searched defs:longArgumentsCaseSensitive (Results 26 - 33 of 33) sorted by relevance

12

/forgerock/opendj2.6.2/src/server/org/opends/server/util/args/
H A DSubCommandArgumentParser.java80 private final boolean longArgumentsCaseSensitive; field in class:SubCommandArgumentParser
139 * @param longArgumentsCaseSensitive Indicates whether subcommand and long
144 boolean longArgumentsCaseSensitive)
146 super(mainClassName, toolDescription, longArgumentsCaseSensitive);
149 this.longArgumentsCaseSensitive = longArgumentsCaseSensitive;
206 public boolean longArgumentsCaseSensitive() method in class:SubCommandArgumentParser
208 return longArgumentsCaseSensitive;
503 if (! longArgumentsCaseSensitive)
571 if (! longArgumentsCaseSensitive)
143 SubCommandArgumentParser(String mainClassName, Message toolDescription, boolean longArgumentsCaseSensitive) argument
[all...]
H A DArgumentParser.java96 private boolean longArgumentsCaseSensitive; field in class:ArgumentParser
192 * @param longArgumentsCaseSensitive Indicates whether long arguments should
196 boolean longArgumentsCaseSensitive)
200 this.longArgumentsCaseSensitive = longArgumentsCaseSensitive;
236 * @param longArgumentsCaseSensitive Indicates whether long arguments should
257 boolean longArgumentsCaseSensitive,
264 this.longArgumentsCaseSensitive = longArgumentsCaseSensitive;
638 if (! longArgumentsCaseSensitive)
195 ArgumentParser(String mainClassName, Message toolDescription, boolean longArgumentsCaseSensitive) argument
256 ArgumentParser(String mainClassName, Message toolDescription, boolean longArgumentsCaseSensitive, boolean allowsTrailingArguments, int minTrailingArguments, int maxTrailingArguments, String trailingArgsDisplayName) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/args/
H A DSubCommandArgumentParser.java85 private final boolean longArgumentsCaseSensitive; field in class:SubCommandArgumentParser
144 * @param longArgumentsCaseSensitive Indicates whether subcommand and long
149 boolean longArgumentsCaseSensitive)
151 super(mainClassName, toolDescription, longArgumentsCaseSensitive);
154 this.longArgumentsCaseSensitive = longArgumentsCaseSensitive;
211 public boolean longArgumentsCaseSensitive() method in class:SubCommandArgumentParser
213 return longArgumentsCaseSensitive;
508 if (! longArgumentsCaseSensitive)
576 if (! longArgumentsCaseSensitive)
148 SubCommandArgumentParser(String mainClassName, Message toolDescription, boolean longArgumentsCaseSensitive) argument
[all...]
H A DArgumentParser.java99 private boolean longArgumentsCaseSensitive; field in class:ArgumentParser
195 * @param longArgumentsCaseSensitive Indicates whether long arguments should
199 boolean longArgumentsCaseSensitive)
203 this.longArgumentsCaseSensitive = longArgumentsCaseSensitive;
239 * @param longArgumentsCaseSensitive Indicates whether long arguments should
260 boolean longArgumentsCaseSensitive,
267 this.longArgumentsCaseSensitive = longArgumentsCaseSensitive;
641 if (! longArgumentsCaseSensitive)
198 ArgumentParser(String mainClassName, Message toolDescription, boolean longArgumentsCaseSensitive) argument
259 ArgumentParser(String mainClassName, Message toolDescription, boolean longArgumentsCaseSensitive, boolean allowsTrailingArguments, int minTrailingArguments, int maxTrailingArguments, String trailingArgsDisplayName) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/util/args/
H A DSubCommandArgumentParser.java75 private final boolean longArgumentsCaseSensitive; field in class:SubCommandArgumentParser
147 * @param longArgumentsCaseSensitive Indicates whether subcommand and long
152 boolean longArgumentsCaseSensitive)
154 super(mainClassName, toolDescription, longArgumentsCaseSensitive);
157 this.longArgumentsCaseSensitive = longArgumentsCaseSensitive;
214 public boolean longArgumentsCaseSensitive() method in class:SubCommandArgumentParser
216 return longArgumentsCaseSensitive;
511 if (! longArgumentsCaseSensitive)
579 if (! longArgumentsCaseSensitive)
151 SubCommandArgumentParser(String mainClassName, Message toolDescription, boolean longArgumentsCaseSensitive) argument
[all...]
H A DArgumentParser.java93 private boolean longArgumentsCaseSensitive; field in class:ArgumentParser
197 * @param longArgumentsCaseSensitive Indicates whether long arguments should
201 boolean longArgumentsCaseSensitive)
205 this.longArgumentsCaseSensitive = longArgumentsCaseSensitive;
241 * @param longArgumentsCaseSensitive Indicates whether long arguments should
262 boolean longArgumentsCaseSensitive,
269 this.longArgumentsCaseSensitive = longArgumentsCaseSensitive;
644 if (! longArgumentsCaseSensitive)
200 ArgumentParser(String mainClassName, Message toolDescription, boolean longArgumentsCaseSensitive) argument
261 ArgumentParser(String mainClassName, Message toolDescription, boolean longArgumentsCaseSensitive, boolean allowsTrailingArguments, int minTrailingArguments, int maxTrailingArguments, String trailingArgsDisplayName) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/util/args/
H A DArgumentParser.java96 private boolean longArgumentsCaseSensitive; field in class:ArgumentParser
192 * @param longArgumentsCaseSensitive Indicates whether long arguments should
196 boolean longArgumentsCaseSensitive)
200 this.longArgumentsCaseSensitive = longArgumentsCaseSensitive;
236 * @param longArgumentsCaseSensitive Indicates whether long arguments should
257 boolean longArgumentsCaseSensitive,
264 this.longArgumentsCaseSensitive = longArgumentsCaseSensitive;
638 if (! longArgumentsCaseSensitive)
195 ArgumentParser(String mainClassName, Message toolDescription, boolean longArgumentsCaseSensitive) argument
256 ArgumentParser(String mainClassName, Message toolDescription, boolean longArgumentsCaseSensitive, boolean allowsTrailingArguments, int minTrailingArguments, int maxTrailingArguments, String trailingArgsDisplayName) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/util/args/
H A DArgumentParser.java93 private boolean longArgumentsCaseSensitive; field in class:ArgumentParser
197 * @param longArgumentsCaseSensitive Indicates whether long arguments should
201 boolean longArgumentsCaseSensitive)
205 this.longArgumentsCaseSensitive = longArgumentsCaseSensitive;
241 * @param longArgumentsCaseSensitive Indicates whether long arguments should
262 boolean longArgumentsCaseSensitive,
269 this.longArgumentsCaseSensitive = longArgumentsCaseSensitive;
644 if (! longArgumentsCaseSensitive)
200 ArgumentParser(String mainClassName, Message toolDescription, boolean longArgumentsCaseSensitive) argument
261 ArgumentParser(String mainClassName, Message toolDescription, boolean longArgumentsCaseSensitive, boolean allowsTrailingArguments, int minTrailingArguments, int maxTrailingArguments, String trailingArgsDisplayName) argument
[all...]

Completed in 63 milliseconds

12