return keys;
}
catch (ClassNotFoundException e)
{
String message = String.format("Could not restore from %1s", storeDirectory.getAbsolutePath());
throw new ObjectStoreException(CoreMessages.createStaticMessage(message));
}
catch (IOException e)
{
String message = String.format("Could not restore from %1s", storeDirectory.getAbsolutePath());
throw new ObjectStoreException(CoreMessages.createStaticMessage(message));
}
}