Class DatasetRepositoryFactory
java.lang.Object
org.eclipse.rdf4j.repository.dataset.config.DatasetRepositoryFactory
- All Implemented Interfaces:
 RepositoryFactory
A 
RepositoryFactory that creates DatasetRepositorys based on RDF configuration data.- Author:
 - Arjohn Kampman
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe type of repositories that are created by this factory. - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetRepository(RepositoryImplConfig config) Returns a Repository instance that has been initialized using the supplied configuration data.Returns the repository's type: openrdf:DatasetRepository. 
- 
Field Details
- 
REPOSITORY_TYPE
The type of repositories that are created by this factory.- See Also:
 
 
 - 
 - 
Constructor Details
- 
DatasetRepositoryFactory
public DatasetRepositoryFactory() 
 - 
 - 
Method Details
- 
getRepositoryType
Returns the repository's type: openrdf:DatasetRepository.- Specified by:
 getRepositoryTypein interfaceRepositoryFactory
 - 
getConfig
- Specified by:
 getConfigin interfaceRepositoryFactory
 - 
getRepository
Description copied from interface:RepositoryFactoryReturns a Repository instance that has been initialized using the supplied configuration data.- Specified by:
 getRepositoryin interfaceRepositoryFactory- Parameters:
 config- TODO- Returns:
 - The created (but un-initialized) repository.
 - Throws:
 RepositoryConfigException- If no repository could be created due to invalid or incomplete configuration data.
 
 -