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

ca.carleton.gcrc.couch.simplifiedGeometry.SimplifiedGeometryServletConfiguration Maven / Gradle / Ivy

There is a newer version: 2.2.7
Show newest version
package ca.carleton.gcrc.couch.simplifiedGeometry;

import ca.carleton.gcrc.couch.client.CouchDb;

public class SimplifiedGeometryServletConfiguration {
	
	final static public String CONFIGURATION_KEY = "SIMPLIFIED_GEOM_SERVLET_CONFIGURATION";

	private CouchDb couchDb;
	
	public CouchDb getCouchDb() {
		return couchDb;
	}
	public void setCouchDb(CouchDb couchDb) {
		this.couchDb = couchDb;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy