Description
The mongodb shell allows to rename a collection and optionally drop the target. It would be great to be able to do this in the java driver, too. I.E.:
public DBCollection rename( String newName, boolean dropTarget )
throws MongoException