|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RepositoryFactory
A RepositoryFactory takes care of creating and initializing a specific type
of Repositorys based on RDF configuration data. RepositoryFactory's
are used by the RepositoryManager to
create specific repositories and to initialize them based on the
configuration data that it manages, for example in a server environment.
| Method Summary | |
|---|---|
RepositoryImplConfig |
getConfig()
|
Repository |
getRepository(RepositoryImplConfig config)
Returns a Repository instance that has been initialized using the supplied configuration data. |
java.lang.String |
getRepositoryType()
Returns the type of the repositories that this factory creates. |
| Method Detail |
|---|
java.lang.String getRepositoryType()
RepositoryImplConfig getConfig()
Repository getRepository(RepositoryImplConfig config)
throws RepositoryConfigException
config - TODO
RepositoryConfigException - If no repository could be created due to invalid or incomplete
configuration data.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||