com.clarkparsia.stardog.sesame
Class StardogRepositoryFactory
java.lang.Object
com.clarkparsia.stardog.sesame.StardogRepositoryFactory
- All Implemented Interfaces:
- RepositoryFactory
public final class StardogRepositoryFactory
- extends Object
- implements RepositoryFactory
Implementation of Sesame's RepositoryFactory interface to support creating StardogRepository instances via their repository configuration API
- Since:
- 0.5.1
- Version:
- 0.7.2
- Author:
- Michael Grove
connectionString
public static final URI connectionString
StardogRepositoryFactory
public StardogRepositoryFactory()
getRepositoryType
public String getRepositoryType()
- Specified by:
getRepositoryType in interface RepositoryFactory
getConfig
public RepositoryImplConfig getConfig()
- Specified by:
getConfig in interface RepositoryFactory
getRepository
public Repository getRepository(RepositoryImplConfig theRepositoryImplConfig)
throws RepositoryConfigException
- Specified by:
getRepository in interface RepositoryFactory
- Throws:
RepositoryConfigException
Copyright © 2010-2013 Clark & Parsia. All Rights Reserved.