Searched defs:globalShortIDMap (Results 1 - 5 of 5) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/util/args/
H A DSubCommandArgumentParser.java87 private final HashMap<Character,Argument> globalShortIDMap; field in class:SubCommandArgumentParser
154 globalShortIDMap = new HashMap<Character,Argument>();
268 return globalShortIDMap;
285 return globalShortIDMap.containsKey(shortID);
300 return globalShortIDMap.get(shortID);
476 if (globalShortIDMap.containsKey(shortID))
478 String name = globalShortIDMap.get(shortID).getName();
534 globalShortIDMap.put(shortID, argument);
565 globalShortIDMap.remove(shortID);
975 Argument a = globalShortIDMap
[all...]
/forgerock/opendj2/src/server/org/opends/server/util/args/
H A DSubCommandArgumentParser.java84 private final Map<Character, Argument> globalShortIDMap; field in class:SubCommandArgumentParser
162 globalShortIDMap = new HashMap<Character,Argument>();
276 return globalShortIDMap;
293 return globalShortIDMap.containsKey(shortID);
308 return globalShortIDMap.get(shortID);
484 if (globalShortIDMap.containsKey(shortID))
486 String name = globalShortIDMap.get(shortID).getName();
542 globalShortIDMap.put(shortID, argument);
573 globalShortIDMap.remove(shortID);
912 Argument a = globalShortIDMap
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/util/args/
H A DSubCommandArgumentParser.java87 private final HashMap<Character,Argument> globalShortIDMap; field in class:SubCommandArgumentParser
154 globalShortIDMap = new HashMap<Character,Argument>();
268 return globalShortIDMap;
285 return globalShortIDMap.containsKey(shortID);
300 return globalShortIDMap.get(shortID);
476 if (globalShortIDMap.containsKey(shortID))
478 String name = globalShortIDMap.get(shortID).getName();
534 globalShortIDMap.put(shortID, argument);
565 globalShortIDMap.remove(shortID);
975 Argument a = globalShortIDMap
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/args/
H A DSubCommandArgumentParser.java92 private final HashMap<Character,Argument> globalShortIDMap; field in class:SubCommandArgumentParser
159 globalShortIDMap = new HashMap<Character,Argument>();
273 return globalShortIDMap;
290 return globalShortIDMap.containsKey(shortID);
305 return globalShortIDMap.get(shortID);
481 if (globalShortIDMap.containsKey(shortID))
483 String name = globalShortIDMap.get(shortID).getName();
539 globalShortIDMap.put(shortID, argument);
570 globalShortIDMap.remove(shortID);
980 Argument a = globalShortIDMap
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/util/args/
H A DSubCommandArgumentParser.java84 private final Map<Character, Argument> globalShortIDMap; field in class:SubCommandArgumentParser
162 globalShortIDMap = new HashMap<Character,Argument>();
276 return globalShortIDMap;
293 return globalShortIDMap.containsKey(shortID);
308 return globalShortIDMap.get(shortID);
484 if (globalShortIDMap.containsKey(shortID))
486 String name = globalShortIDMap.get(shortID).getName();
542 globalShortIDMap.put(shortID, argument);
573 globalShortIDMap.remove(shortID);
912 Argument a = globalShortIDMap
[all...]

Completed in 60 milliseconds