Package com.complexible.stardog.rdf4j
Class StardogRepositoryConfig
- java.lang.Object
-
- org.eclipse.rdf4j.repository.config.AbstractRepositoryImplConfig
-
- com.complexible.stardog.rdf4j.StardogRepositoryConfig
-
- All Implemented Interfaces:
org.eclipse.rdf4j.repository.config.RepositoryImplConfig
public final class StardogRepositoryConfig extends org.eclipse.rdf4j.repository.config.AbstractRepositoryImplConfigStardog based Repository configuration for use with
StardogRepositoryFactory- Since:
- 5.0.2
- Version:
- 5.0.2
- Author:
- Michael Grove
-
-
Constructor Summary
Constructors Constructor Description StardogRepositoryConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.rdf4j.model.Resourceexport(org.eclipse.rdf4j.model.Model theGraph)java.lang.StringgetConnectionString()voidparse(org.eclipse.rdf4j.model.Model theGraph, org.eclipse.rdf4j.model.Resource theResource)voidsetConnectionString(java.lang.String theConnectionString)voidvalidate()
-
-
-
Method Detail
-
getConnectionString
public java.lang.String getConnectionString()
-
setConnectionString
public void setConnectionString(java.lang.String theConnectionString)
-
validate
public void validate() throws org.eclipse.rdf4j.repository.config.RepositoryConfigException- Specified by:
validatein interfaceorg.eclipse.rdf4j.repository.config.RepositoryImplConfig- Overrides:
validatein classorg.eclipse.rdf4j.repository.config.AbstractRepositoryImplConfig- Throws:
org.eclipse.rdf4j.repository.config.RepositoryConfigException
-
export
public org.eclipse.rdf4j.model.Resource export(org.eclipse.rdf4j.model.Model theGraph)
- Specified by:
exportin interfaceorg.eclipse.rdf4j.repository.config.RepositoryImplConfig- Overrides:
exportin classorg.eclipse.rdf4j.repository.config.AbstractRepositoryImplConfig
-
parse
public void parse(org.eclipse.rdf4j.model.Model theGraph, org.eclipse.rdf4j.model.Resource theResource) throws org.eclipse.rdf4j.repository.config.RepositoryConfigException- Specified by:
parsein interfaceorg.eclipse.rdf4j.repository.config.RepositoryImplConfig- Overrides:
parsein classorg.eclipse.rdf4j.repository.config.AbstractRepositoryImplConfig- Throws:
org.eclipse.rdf4j.repository.config.RepositoryConfigException
-
-