}
public Map<String, AbstractShellInteraction> getEnabledShellCommands(ShellContext shellContext)
{
Map<String, AbstractShellInteraction> commands = new HashMap<String, AbstractShellInteraction>();
CommandLineUtil cmdLineUtil = getCommandLineUtil();
for (UICommand cmd : Commands.getEnabledCommands(getAllCommands(), shellContext))
{
AbstractShellInteraction shellCommand;
if (cmd instanceof UIWizard)
{