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

ca.carleton.gcrc.couch.export.SchemaCache Maven / Gradle / Ivy

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

import ca.carleton.gcrc.couch.app.Document;

public interface SchemaCache {

	Document getSchema(String schemaName) throws Exception;
	
	SchemaExportInfo getExportInfo(String schemaName) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy