public interface RepositoryFactory
Repository
s based on RDF configuration data.Modifier and Type | Method and Description |
---|---|
RepositoryImplConfig |
getConfig() |
Repository |
getRepository(RepositoryImplConfig config)
Returns a Repository instance that has been initialized using the supplied
configuration data.
|
String |
getRepositoryType()
Returns the type of the repositories that this factory creates.
|
String getRepositoryType()
RepositoryImplConfig getConfig()
Repository getRepository(RepositoryImplConfig config) throws RepositoryConfigException
config
- TODORepositoryConfigException
- If no repository could be created due to invalid or incomplete
configuration data.Copyright © 2001-2016 Aduna. All Rights Reserved.