Searched refs:cmdList (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaf_classes/javax/activation/
H A DMailcapCommandMap.java349 List cmdList = new ArrayList();
358 appendPrefCmdsToList(cmdMap, cmdList);
367 appendPrefCmdsToList(cmdMap, cmdList);
370 CommandInfo[] cmdInfos = new CommandInfo[cmdList.size()];
371 cmdInfos = (CommandInfo[])cmdList.toArray(cmdInfos);
379 private void appendPrefCmdsToList(Map cmdHash, List cmdList) { argument
384 if (!checkForVerb(cmdList, verb)) {
387 cmdList.add(new CommandInfo(verb, className));
393 * Check the cmdList to see if this command exists, return
396 private boolean checkForVerb(List cmdList, Strin argument
445 appendCmdsToList(Map typeHash, List cmdList) argument
[all...]

Completed in 30 milliseconds