params.put( InternalAbstractGraphDatabase.Configuration.store_dir.name(), storeDir );
params.putAll( stringParams );
Config config = new Config( params, GraphDatabaseSettings.class );
boolean dump = config.get( GraphDatabaseSettings.dump_configuration );
this.idGeneratorFactory = new DefaultIdGeneratorFactory();
StoreFactory sf = new StoreFactory( config, idGeneratorFactory, new DefaultWindowPoolFactory(), fileSystem,
StringLogger.DEV_NULL, null );
File store = fixPath( this.storeDir, sf );