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

io.continual.services.model.core.ModelSchemaRegistry Maven / Gradle / Ivy

There is a newer version: 0.3.16
Show newest version
package io.continual.services.model.core;

import io.continual.services.model.core.exceptions.ModelServiceException;

public interface ModelSchemaRegistry
{
	/**
	 * Get the named schema, or return null if it's not available
	 * @param name
	 * @return a schema or null
	 * @throws ModelServiceException 
	 */
	ModelSchema getSchema ( String name ) throws ModelServiceException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy