Searched defs:shortIDMap (Results 1 - 10 of 10) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/util/args/
H A DSubCommand.java55 private HashMap<Character,Argument> shortIDMap; field in class:SubCommand
171 shortIDMap = new HashMap<Character,Argument>();
223 return shortIDMap.get(shortID);
301 if (shortIDMap.containsKey(shortID))
305 shortIDMap.get(shortID).getName());
350 shortIDMap.put(shortID, argument);
H A DArgumentParser.java105 private HashMap<Character,Argument> shortIDMap; field in class:ArgumentParser
204 shortIDMap = new HashMap<Character,Argument>();
272 shortIDMap = new HashMap<Character,Argument>();
400 return shortIDMap;
415 return shortIDMap.get(shortID);
608 if ((shortID != null) && shortIDMap.containsKey(shortID))
610 String conflictingName = shortIDMap.get(shortID).getName();
654 shortIDMap.put(shortID, argument);
1019 Argument a = shortIDMap.get(argCharacter);
1035 ( ! shortIDMap
[all...]
/forgerock/opendj2/src/server/org/opends/server/util/args/
H A DSubCommand.java54 private HashMap<Character,Argument> shortIDMap; field in class:SubCommand
170 shortIDMap = new HashMap<Character,Argument>();
222 return shortIDMap.get(shortID);
300 if (shortIDMap.containsKey(shortID))
304 shortIDMap.get(shortID).getName());
349 shortIDMap.put(shortID, argument);
H A DArgumentParser.java102 private Map<Character,Argument> shortIDMap; field in class:ArgumentParser
209 shortIDMap = new HashMap<Character,Argument>();
277 shortIDMap = new HashMap<Character,Argument>();
405 return shortIDMap;
420 return shortIDMap.get(shortID);
613 if (shortID != null && shortIDMap.containsKey(shortID))
615 String conflictingName = shortIDMap.get(shortID).getName();
660 shortIDMap.put(shortID, argument);
963 Argument a = shortIDMap.get(argCharacter);
974 && !shortIDMap
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/util/args/
H A DSubCommand.java55 private HashMap<Character,Argument> shortIDMap; field in class:SubCommand
171 shortIDMap = new HashMap<Character,Argument>();
223 return shortIDMap.get(shortID);
301 if (shortIDMap.containsKey(shortID))
305 shortIDMap.get(shortID).getName());
350 shortIDMap.put(shortID, argument);
H A DArgumentParser.java105 private HashMap<Character,Argument> shortIDMap; field in class:ArgumentParser
204 shortIDMap = new HashMap<Character,Argument>();
272 shortIDMap = new HashMap<Character,Argument>();
400 return shortIDMap;
415 return shortIDMap.get(shortID);
608 if ((shortID != null) && shortIDMap.containsKey(shortID))
610 String conflictingName = shortIDMap.get(shortID).getName();
654 shortIDMap.put(shortID, argument);
1019 Argument a = shortIDMap.get(argCharacter);
1035 ( ! shortIDMap
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/args/
H A DSubCommand.java55 private HashMap<Character,Argument> shortIDMap; field in class:SubCommand
171 shortIDMap = new HashMap<Character,Argument>();
223 return shortIDMap.get(shortID);
301 if (shortIDMap.containsKey(shortID))
305 shortIDMap.get(shortID).getName());
350 shortIDMap.put(shortID, argument);
H A DArgumentParser.java108 private HashMap<Character,Argument> shortIDMap; field in class:ArgumentParser
207 shortIDMap = new HashMap<Character,Argument>();
275 shortIDMap = new HashMap<Character,Argument>();
403 return shortIDMap;
418 return shortIDMap.get(shortID);
611 if ((shortID != null) && shortIDMap.containsKey(shortID))
613 String conflictingName = shortIDMap.get(shortID).getName();
657 shortIDMap.put(shortID, argument);
1022 Argument a = shortIDMap.get(argCharacter);
1038 ( ! shortIDMap
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/util/args/
H A DSubCommand.java54 private HashMap<Character,Argument> shortIDMap; field in class:SubCommand
170 shortIDMap = new HashMap<Character,Argument>();
222 return shortIDMap.get(shortID);
300 if (shortIDMap.containsKey(shortID))
304 shortIDMap.get(shortID).getName());
349 shortIDMap.put(shortID, argument);
H A DArgumentParser.java102 private Map<Character,Argument> shortIDMap; field in class:ArgumentParser
209 shortIDMap = new HashMap<Character,Argument>();
277 shortIDMap = new HashMap<Character,Argument>();
405 return shortIDMap;
420 return shortIDMap.get(shortID);
613 if (shortID != null && shortIDMap.containsKey(shortID))
615 String conflictingName = shortIDMap.get(shortID).getName();
660 shortIDMap.put(shortID, argument);
963 Argument a = shortIDMap.get(argCharacter);
974 && !shortIDMap
[all...]

Completed in 35 milliseconds