All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.lordofthejars.nosqlunit.mongodb.replicaset.Settings Maven / Gradle / Ivy

There is a newer version: 1.0.0
Show newest version
package com.lordofthejars.nosqlunit.mongodb.replicaset;

import com.mongodb.DBObject;

public class Settings {

	private DBObject settings;
	
	protected Settings(DBObject settings) {
		this.settings = settings;
	}
	
	public DBObject getSettings() {
		return settings;
	}
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy