Class ServiceRegistry<K,S>

java.lang.Object
org.eclipse.rdf4j.common.lang.service.ServiceRegistry<K,S>
Direct Known Subclasses:
CustomAggregateFunctionRegistry, DatatypeHandlerRegistry, FileFormatServiceRegistry, FunctionRegistry, LanguageHandlerRegistry, QueryParserRegistry, RepositoryRegistry, SailRegistry, TransactionSettingRegistry, TupleFunctionRegistry

public abstract class ServiceRegistry<K,S> extends Object
A registry that stores services by some key. Upon initialization, the registry searches for service description files at META-INF/services/<service class name> and initializes itself accordingly.
Author:
Arjohn Kampman
See Also: