Class RepositoryRegistry
- java.lang.Object
-
- org.eclipse.rdf4j.common.lang.service.ServiceRegistry<java.lang.String,RepositoryFactory>
-
- org.eclipse.rdf4j.repository.config.RepositoryRegistry
-
public class RepositoryRegistry extends ServiceRegistry<java.lang.String,RepositoryFactory>
A registry that keeps track of the availableRepositoryFactorys.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static classRepositoryRegistry.RepositoryRegistryHolderInternal helper class to avoid continuous synchronized checking.
-
Field Summary
-
Fields inherited from class org.eclipse.rdf4j.common.lang.service.ServiceRegistry
logger, services
-
-
Constructor Summary
Constructors Constructor Description RepositoryRegistry()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RepositoryRegistrygetInstance()Gets the default RepositoryRegistry.protected java.lang.StringgetKey(RepositoryFactory factory)Gets the key for the specified service.
-
-
-
Method Detail
-
getInstance
public static RepositoryRegistry getInstance()
Gets the default RepositoryRegistry.- Returns:
- The default registry.
-
getKey
protected java.lang.String getKey(RepositoryFactory factory)
Description copied from class:ServiceRegistryGets the key for the specified service.- Specified by:
getKeyin classServiceRegistry<java.lang.String,RepositoryFactory>- Parameters:
factory- The service to get the key for.- Returns:
- The key for the specified service.
-
-