com.clarkparsia.stardog.sesame
Class StardogRepositoryConfig

java.lang.Object
  extended by org.openrdf.repository.config.RepositoryImplConfigBase
      extended by com.clarkparsia.stardog.sesame.StardogRepositoryConfig
All Implemented Interfaces:
RepositoryImplConfig

public final class StardogRepositoryConfig
extends RepositoryImplConfigBase

Stardog based Repository configuration for use with StardogRepositoryFactory

Since:
0.5.1
Version:
0.5.1
Author:
Michael Grove

Constructor Summary
StardogRepositoryConfig()
           
 
Method Summary
 Resource export(Graph theGraph)
           
 String getConnectionString()
           
 void parse(Graph theGraph, Resource theResource)
           
 void setConnectionString(String theConnectionString)
           
 void validate()
           
 
Methods inherited from class org.openrdf.repository.config.RepositoryImplConfigBase
create, getType, setType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StardogRepositoryConfig

public StardogRepositoryConfig()
Method Detail

getConnectionString

public String getConnectionString()

setConnectionString

public void setConnectionString(String theConnectionString)

validate

public void validate()
              throws RepositoryConfigException
Specified by:
validate in interface RepositoryImplConfig
Overrides:
validate in class RepositoryImplConfigBase
Throws:
RepositoryConfigException

export

public Resource export(Graph theGraph)
Specified by:
export in interface RepositoryImplConfig
Overrides:
export in class RepositoryImplConfigBase

parse

public void parse(Graph theGraph,
                  Resource theResource)
           throws RepositoryConfigException
Specified by:
parse in interface RepositoryImplConfig
Overrides:
parse in class RepositoryImplConfigBase
Throws:
RepositoryConfigException


Copyright © 2010-2013 Clark & Parsia. All Rights Reserved.