Settings.getInstance().setLogging(true);
for (ExportedInstance<ShellConfiguration> instance : registry.getExportedInstances(ShellConfiguration.class))
{
ShellConfiguration provider = instance.get();
provider.configure();
}
commands = new ArrayList<ShellCommand>();
console = Console.getInstance();
console.setPrompt(prompt);