8384858687888990919293
{ result = new ShellWizard((UIWizard) cmd, shellContext, cmdLineUtil, this); } else { result = new ShellSingleCommand(cmd, shellContext, cmdLineUtil); } break; } } return result;
5354555657585960616263
{ shellCommand = new ShellWizard((UIWizard) cmd, shellContext, cmdLineUtil, this); } else { shellCommand = new ShellSingleCommand(cmd, shellContext, cmdLineUtil); } commands.put(shellCommand.getName(), shellCommand); } return commands; }