}
this.io = io;
this.world = world;
this.container = new CommandContainer();
this.executor = new CommandExecutor(container);
// Make sure the default realm is there
try {
world.newRealm(Command.DEFAULT_CLASS_REALM);
log.debug("Created new default class-realm");