com.clarkparsia.stardog.sesame
Class StardogRepositoryFactory

java.lang.Object
  extended by 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

Field Summary
static URI connectionString
           
 
Constructor Summary
StardogRepositoryFactory()
           
 
Method Summary
 RepositoryImplConfig getConfig()
           
 Repository getRepository(RepositoryImplConfig theRepositoryImplConfig)
           
 String getRepositoryType()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

connectionString

public static final URI connectionString
Constructor Detail

StardogRepositoryFactory

public StardogRepositoryFactory()
Method Detail

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.