Class AGRepositoryFactory
java.lang.Object
com.franz.agraph.repository.config.AGRepositoryFactory
- All Implemented Interfaces:
RepositoryFactory
A
RepositoryFactory
that creates AGRepository
s based on
RDF configuration data.-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The type of repositories that are created by this factory. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetRepository
(RepositoryImplConfig config) Returns the repository's type:allegrograph:AGRepository
.
-
Field Details
-
REPOSITORY_TYPE
The type of repositories that are created by this factory.
-
-
Constructor Details
-
AGRepositoryFactory
public AGRepositoryFactory()
-
-
Method Details
-
getRepositoryType
Returns the repository's type:allegrograph:AGRepository
.- Specified by:
getRepositoryType
in interfaceRepositoryFactory
-
getConfig
- Specified by:
getConfig
in interfaceRepositoryFactory
-
getRepository
- Specified by:
getRepository
in interfaceRepositoryFactory
- Throws:
RepositoryConfigException
-