public class ContextAwareConfig extends DelegatingRepositoryImplConfigBase
Constructor and Description |
---|
ContextAwareConfig() |
Modifier and Type | Method and Description |
---|---|
Resource |
export(Graph graph) |
URI[] |
getAddContexts()
Deprecated.
|
URI[] |
getArchiveContexts()
Deprecated.
|
String |
getBaseURI() |
URI |
getInsertContext() |
int |
getMaxQueryTime() |
QueryLanguage |
getQueryLanguage() |
URI[] |
getReadContexts() |
URI[] |
getRemoveContexts() |
boolean |
isIncludeInferred() |
void |
parse(Graph graph,
Resource implNode) |
void |
setAddContexts(URI... addContexts)
Deprecated.
|
void |
setArchiveContexts(URI... archiveContexts)
Deprecated.
|
void |
setBaseURI(String baseURI) |
void |
setIncludeInferred(boolean includeInferred) |
void |
setInsertContext(URI insertContext) |
void |
setMaxQueryTime(int maxQueryTime) |
void |
setQueryLanguage(QueryLanguage ql) |
void |
setReadContexts(URI... readContexts) |
void |
setRemoveContexts(URI... removeContexts) |
getDelegate, setDelegate, validate
create, getType, setType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getType
public int getMaxQueryTime()
public void setMaxQueryTime(int maxQueryTime)
@Deprecated public URI[] getAddContexts()
ContextAwareConnection.getAddContexts()
@Deprecated public URI[] getArchiveContexts()
public URI getInsertContext()
public QueryLanguage getQueryLanguage()
public String getBaseURI()
public URI[] getReadContexts()
ContextAwareConnection.getReadContexts()
public URI[] getRemoveContexts()
public boolean isIncludeInferred()
@Deprecated public void setAddContexts(URI... addContexts)
@Deprecated public void setArchiveContexts(URI... archiveContexts)
public void setInsertContext(URI insertContext)
public void setIncludeInferred(boolean includeInferred)
public void setQueryLanguage(QueryLanguage ql)
public void setBaseURI(String baseURI)
baseURI
- The default baseURI to set.public void setReadContexts(URI... readContexts)
public void setRemoveContexts(URI... removeContexts)
public Resource export(Graph graph)
export
in interface RepositoryImplConfig
export
in class DelegatingRepositoryImplConfigBase
public void parse(Graph graph, Resource implNode) throws RepositoryConfigException
parse
in interface RepositoryImplConfig
parse
in class DelegatingRepositoryImplConfigBase
RepositoryConfigException
Copyright © 2001-2016 Aduna. All Rights Reserved.