Map<String, Class<? extends Command>> commandTypes =
new HashMap<String, Class<? extends Command>>();
commandTypes.put( "test", SelfRecordingCommand.class );
cc =
new CommandCenter( new WriterCommandOutput( output ), null,
new TypeMapCommandFactory( commandTypes )
{
@Override
public Command createCommand( String commandName )
{