public class ContextAwareConfig extends AbstractDelegatingRepositoryImplConfig
| Constructor and Description |
|---|
ContextAwareConfig() |
| Modifier and Type | Method and Description |
|---|---|
Resource |
export(Model model) |
IRI[] |
getAddContexts()
Deprecated.
|
IRI[] |
getArchiveContexts()
Deprecated.
|
String |
getBaseURI() |
IRI |
getInsertContext() |
int |
getMaxQueryTime() |
QueryLanguage |
getQueryLanguage() |
IRI[] |
getReadContexts() |
IRI[] |
getRemoveContexts() |
boolean |
isIncludeInferred() |
void |
parse(Model model,
Resource resource) |
void |
setAddContexts(IRI... addContexts)
Deprecated.
|
void |
setArchiveContexts(IRI... archiveContexts)
Deprecated.
|
void |
setBaseURI(String baseURI) |
void |
setIncludeInferred(boolean includeInferred) |
void |
setInsertContext(IRI insertContext) |
void |
setMaxQueryTime(int maxQueryTime) |
void |
setQueryLanguage(QueryLanguage ql) |
void |
setReadContexts(IRI... readContexts) |
void |
setRemoveContexts(IRI... 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 IRI[] getAddContexts()
ContextAwareConnection.getAddContexts()@Deprecated public IRI[] getArchiveContexts()
public IRI getInsertContext()
public QueryLanguage getQueryLanguage()
public String getBaseURI()
public IRI[] getReadContexts()
ContextAwareConnection.getReadContexts()public IRI[] getRemoveContexts()
public boolean isIncludeInferred()
@Deprecated public void setAddContexts(IRI... addContexts)
@Deprecated public void setArchiveContexts(IRI... archiveContexts)
public void setInsertContext(IRI 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(IRI... readContexts)
public void setRemoveContexts(IRI... removeContexts)
public Resource export(Model model)
export in interface RepositoryImplConfigexport in class AbstractDelegatingRepositoryImplConfigpublic void parse(Model model, Resource resource) throws RepositoryConfigException
parse in interface RepositoryImplConfigparse in class AbstractDelegatingRepositoryImplConfigRepositoryConfigExceptionCopyright © 2015-2018 Eclipse Foundation. All Rights Reserved.