public class SPARQLRepositoryConfig extends AbstractRepositoryImplConfig
| Modifier and Type | Field and Description |
|---|---|
static String |
NAMESPACE |
static org.eclipse.rdf4j.model.IRI |
PASS_THROUGH_ENABLED
Configuration setting for enabling/disabling direct result pass-through.
|
static org.eclipse.rdf4j.model.IRI |
QUERY_ENDPOINT
Configuration setting for the SPARQL query endpoint.
|
static org.eclipse.rdf4j.model.IRI |
UPDATE_ENDPOINT
Configuration setting for the SPARQL update endpoint.
|
| Constructor and Description |
|---|
SPARQLRepositoryConfig() |
SPARQLRepositoryConfig(String queryEndpointUrl) |
SPARQLRepositoryConfig(String queryEndpointUrl,
String updateEndpointUrl) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.rdf4j.model.Resource |
export(org.eclipse.rdf4j.model.Model m) |
Boolean |
getPassThroughEnabled() |
String |
getQueryEndpointUrl() |
String |
getUpdateEndpointUrl() |
void |
parse(org.eclipse.rdf4j.model.Model m,
org.eclipse.rdf4j.model.Resource implNode) |
void |
setPassThroughEnabled(Boolean passThroughEnabled) |
void |
setQueryEndpointUrl(String url) |
void |
setUpdateEndpointUrl(String url) |
void |
validate() |
create, getType, setTypepublic static final String NAMESPACE
public static final org.eclipse.rdf4j.model.IRI QUERY_ENDPOINT
public static final org.eclipse.rdf4j.model.IRI UPDATE_ENDPOINT
public static final org.eclipse.rdf4j.model.IRI PASS_THROUGH_ENABLED
public SPARQLRepositoryConfig()
public SPARQLRepositoryConfig(String queryEndpointUrl)
public String getQueryEndpointUrl()
public void setQueryEndpointUrl(String url)
public String getUpdateEndpointUrl()
public void setUpdateEndpointUrl(String url)
public void validate()
throws RepositoryConfigException
validate in interface RepositoryImplConfigvalidate in class AbstractRepositoryImplConfigRepositoryConfigExceptionpublic org.eclipse.rdf4j.model.Resource export(org.eclipse.rdf4j.model.Model m)
export in interface RepositoryImplConfigexport in class AbstractRepositoryImplConfigpublic void parse(org.eclipse.rdf4j.model.Model m,
org.eclipse.rdf4j.model.Resource implNode)
throws RepositoryConfigException
parse in interface RepositoryImplConfigparse in class AbstractRepositoryImplConfigRepositoryConfigExceptionpublic Boolean getPassThroughEnabled()
public void setPassThroughEnabled(Boolean passThroughEnabled)
passThroughEnabled - the passThroughEnabled to setCopyright © 2015-2021 Eclipse Foundation. All Rights Reserved.