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, validatecreate, getType, setTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTypepublic int getMaxQueryTime()
public void setMaxQueryTime(int maxQueryTime)
@Deprecated public URI[] getAddContexts()
@Deprecated public URI[] getArchiveContexts()
public URI getInsertContext()
public QueryLanguage getQueryLanguage()
public String getBaseURI()
public URI[] 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 RepositoryImplConfigexport in class DelegatingRepositoryImplConfigBasepublic void parse(Graph graph, Resource implNode) throws RepositoryConfigException
parse in interface RepositoryImplConfigparse in class DelegatingRepositoryImplConfigBaseRepositoryConfigExceptionCopyright © 2001-2014 Aduna. All Rights Reserved.