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

/forgerock/opendj-b2.6/src/server/org/opends/server/util/args/
H A DSubCommand.java216 * @param shortID The short identifier of the argument to retrieve.
221 public Argument getArgument(Character shortID) argument
223 return shortIDMap.get(shortID);
298 Character shortID = argument.getShortIdentifier();
299 if (shortID != null)
301 if (shortIDMap.containsKey(shortID))
304 get(argumentName, name, String.valueOf(shortID),
305 shortIDMap.get(shortID).getName());
309 Argument arg = parser.getGlobalArgumentForShortID(shortID);
313 get(argumentName, name, String.valueOf(shortID), ar
[all...]
H A DSubCommandArgumentParser.java277 * @param shortID The short ID character for which to make the
283 public boolean hasGlobalArgumentWithShortID(Character shortID) argument
285 return globalShortIDMap.containsKey(shortID);
293 * @param shortID The short identifier for the global argument to retrieve.
298 public Argument getGlobalArgumentForShortID(Character shortID) argument
300 return globalShortIDMap.get(shortID);
473 Character shortID = argument.getShortIdentifier();
474 if (shortID != null)
476 if (globalShortIDMap.containsKey(shortID))
478 String name = globalShortIDMap.get(shortID)
[all...]
H A DArgumentParser.java408 * @param shortID The short ID for the argument to retrieve.
413 public Argument getArgumentForShortID(Character shortID) argument
415 return shortIDMap.get(shortID);
607 Character shortID = argument.getShortIdentifier();
608 if ((shortID != null) && shortIDMap.containsKey(shortID))
610 String conflictingName = shortIDMap.get(shortID).getName();
613 argument.getName(), String.valueOf(shortID), conflictingName);
617 if ((versionArgument != null) && (shortID != null))
619 if (shortID
[all...]
/forgerock/opendj2/src/server/org/opends/server/util/args/
H A DSubCommand.java215 * @param shortID The short identifier of the argument to retrieve.
220 public Argument getArgument(Character shortID) argument
222 return shortIDMap.get(shortID);
297 Character shortID = argument.getShortIdentifier();
298 if (shortID != null)
300 if (shortIDMap.containsKey(shortID))
303 get(argumentName, name, String.valueOf(shortID),
304 shortIDMap.get(shortID).getName());
308 Argument arg = parser.getGlobalArgumentForShortID(shortID);
312 get(argumentName, name, String.valueOf(shortID), ar
[all...]
H A DSubCommandArgumentParser.java285 * @param shortID The short ID character for which to make the
291 public boolean hasGlobalArgumentWithShortID(Character shortID) argument
293 return globalShortIDMap.containsKey(shortID);
301 * @param shortID The short identifier for the global argument to retrieve.
306 public Argument getGlobalArgumentForShortID(Character shortID) argument
308 return globalShortIDMap.get(shortID);
481 Character shortID = argument.getShortIdentifier();
482 if (shortID != null)
484 if (globalShortIDMap.containsKey(shortID))
486 String name = globalShortIDMap.get(shortID)
[all...]
H A DArgumentParser.java413 * @param shortID The short ID for the argument to retrieve.
418 public Argument getArgumentForShortID(Character shortID) argument
420 return shortIDMap.get(shortID);
612 Character shortID = argument.getShortIdentifier();
613 if (shortID != null && shortIDMap.containsKey(shortID))
615 String conflictingName = shortIDMap.get(shortID).getName();
618 argument.getName(), String.valueOf(shortID), conflictingName);
623 && shortID != null
624 && shortID
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/util/args/
H A DSubCommand.java216 * @param shortID The short identifier of the argument to retrieve.
221 public Argument getArgument(Character shortID) argument
223 return shortIDMap.get(shortID);
298 Character shortID = argument.getShortIdentifier();
299 if (shortID != null)
301 if (shortIDMap.containsKey(shortID))
304 get(argumentName, name, String.valueOf(shortID),
305 shortIDMap.get(shortID).getName());
309 Argument arg = parser.getGlobalArgumentForShortID(shortID);
313 get(argumentName, name, String.valueOf(shortID), ar
[all...]
H A DSubCommandArgumentParser.java277 * @param shortID The short ID character for which to make the
283 public boolean hasGlobalArgumentWithShortID(Character shortID) argument
285 return globalShortIDMap.containsKey(shortID);
293 * @param shortID The short identifier for the global argument to retrieve.
298 public Argument getGlobalArgumentForShortID(Character shortID) argument
300 return globalShortIDMap.get(shortID);
473 Character shortID = argument.getShortIdentifier();
474 if (shortID != null)
476 if (globalShortIDMap.containsKey(shortID))
478 String name = globalShortIDMap.get(shortID)
[all...]
H A DArgumentParser.java408 * @param shortID The short ID for the argument to retrieve.
413 public Argument getArgumentForShortID(Character shortID) argument
415 return shortIDMap.get(shortID);
607 Character shortID = argument.getShortIdentifier();
608 if ((shortID != null) && shortIDMap.containsKey(shortID))
610 String conflictingName = shortIDMap.get(shortID).getName();
613 argument.getName(), String.valueOf(shortID), conflictingName);
617 if ((versionArgument != null) && (shortID != null))
619 if (shortID
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/args/
H A DSubCommand.java216 * @param shortID The short identifier of the argument to retrieve.
221 public Argument getArgument(Character shortID) argument
223 return shortIDMap.get(shortID);
298 Character shortID = argument.getShortIdentifier();
299 if (shortID != null)
301 if (shortIDMap.containsKey(shortID))
304 get(argumentName, name, String.valueOf(shortID),
305 shortIDMap.get(shortID).getName());
309 Argument arg = parser.getGlobalArgumentForShortID(shortID);
313 get(argumentName, name, String.valueOf(shortID), ar
[all...]
H A DSubCommandArgumentParser.java282 * @param shortID The short ID character for which to make the
288 public boolean hasGlobalArgumentWithShortID(Character shortID) argument
290 return globalShortIDMap.containsKey(shortID);
298 * @param shortID The short identifier for the global argument to retrieve.
303 public Argument getGlobalArgumentForShortID(Character shortID) argument
305 return globalShortIDMap.get(shortID);
478 Character shortID = argument.getShortIdentifier();
479 if (shortID != null)
481 if (globalShortIDMap.containsKey(shortID))
483 String name = globalShortIDMap.get(shortID)
[all...]
H A DArgumentParser.java411 * @param shortID The short ID for the argument to retrieve.
416 public Argument getArgumentForShortID(Character shortID) argument
418 return shortIDMap.get(shortID);
610 Character shortID = argument.getShortIdentifier();
611 if ((shortID != null) && shortIDMap.containsKey(shortID))
613 String conflictingName = shortIDMap.get(shortID).getName();
616 argument.getName(), String.valueOf(shortID), conflictingName);
620 if ((versionArgument != null) && (shortID != null))
622 if (shortID
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/util/args/
H A DSubCommand.java215 * @param shortID The short identifier of the argument to retrieve.
220 public Argument getArgument(Character shortID) argument
222 return shortIDMap.get(shortID);
297 Character shortID = argument.getShortIdentifier();
298 if (shortID != null)
300 if (shortIDMap.containsKey(shortID))
303 get(argumentName, name, String.valueOf(shortID),
304 shortIDMap.get(shortID).getName());
308 Argument arg = parser.getGlobalArgumentForShortID(shortID);
312 get(argumentName, name, String.valueOf(shortID), ar
[all...]
H A DSubCommandArgumentParser.java285 * @param shortID The short ID character for which to make the
291 public boolean hasGlobalArgumentWithShortID(Character shortID) argument
293 return globalShortIDMap.containsKey(shortID);
301 * @param shortID The short identifier for the global argument to retrieve.
306 public Argument getGlobalArgumentForShortID(Character shortID) argument
308 return globalShortIDMap.get(shortID);
481 Character shortID = argument.getShortIdentifier();
482 if (shortID != null)
484 if (globalShortIDMap.containsKey(shortID))
486 String name = globalShortIDMap.get(shortID)
[all...]
H A DArgumentParser.java413 * @param shortID The short ID for the argument to retrieve.
418 public Argument getArgumentForShortID(Character shortID) argument
420 return shortIDMap.get(shortID);
612 Character shortID = argument.getShortIdentifier();
613 if (shortID != null && shortIDMap.containsKey(shortID))
615 String conflictingName = shortIDMap.get(shortID).getName();
618 argument.getName(), String.valueOf(shortID), conflictingName);
623 && shortID != null
624 && shortID
[all...]

Completed in 58 milliseconds