Class AGRepositoryFactory
java.lang.Object
com.franz.agraph.repository.config.AGRepositoryFactory
- All Implemented Interfaces:
RepositoryFactory
A
RepositoryFactory that creates AGRepositorys based on
RDF configuration data.-
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 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:
getRepositoryTypein interfaceRepositoryFactory
-
getConfig
- Specified by:
getConfigin interfaceRepositoryFactory
-
getRepository
- Specified by:
getRepositoryin interfaceRepositoryFactory- Throws:
RepositoryConfigException
-