org.openrdf.repository.contextaware.config
Class ContextAwareConfig
java.lang.Object
org.openrdf.repository.config.RepositoryImplConfigBase
org.openrdf.repository.config.DelegatingRepositoryImplConfigBase
org.openrdf.repository.contextaware.config.ContextAwareConfig
- All Implemented Interfaces:
- DelegatingRepositoryImplConfig, RepositoryImplConfig
public class ContextAwareConfig
- extends DelegatingRepositoryImplConfigBase
- Author:
- James Leigh
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContextAwareConfig
public ContextAwareConfig()
getMaxQueryTime
public int getMaxQueryTime()
setMaxQueryTime
public void setMaxQueryTime(int maxQueryTime)
getAddContexts
public URI[] getAddContexts()
- See Also:
ContextAwareConnection.getAddContexts()
getArchiveContexts
public URI[] getArchiveContexts()
- See Also:
ContextAwareConnection.getArchiveContexts()
getQueryLanguage
public QueryLanguage getQueryLanguage()
- See Also:
ContextAwareConnection.getQueryLanguage()
getReadContexts
public URI[] getReadContexts()
- See Also:
ContextAwareConnection.getReadContexts()
getRemoveContexts
public URI[] getRemoveContexts()
- See Also:
ContextAwareConnection.getRemoveContexts()
isIncludeInferred
public boolean isIncludeInferred()
- See Also:
ContextAwareConnection.isIncludeInferred()
setAddContexts
public void setAddContexts(URI... addContexts)
- See Also:
ContextAwareConnection.setAddContexts(URI[])
setArchiveContexts
public void setArchiveContexts(URI... archiveContexts)
- See Also:
ContextAwareConnection.setArchiveContexts(URI[])
setIncludeInferred
public void setIncludeInferred(boolean includeInferred)
- See Also:
ContextAwareConnection.setIncludeInferred(boolean)
setQueryLanguage
public void setQueryLanguage(QueryLanguage ql)
- See Also:
ContextAwareConnection.setQueryLanguage(QueryLanguage)
setReadContexts
public void setReadContexts(URI... readContexts)
- See Also:
ContextAwareConnection.setReadContexts(URI[])
setRemoveContexts
public void setRemoveContexts(URI... removeContexts)
- See Also:
ContextAwareConnection.setRemoveContexts(URI[])
export
public Resource export(Graph graph)
- Specified by:
export in interface RepositoryImplConfig- Overrides:
export in class DelegatingRepositoryImplConfigBase
parse
public void parse(Graph graph,
Resource implNode)
throws RepositoryConfigException
- Specified by:
parse in interface RepositoryImplConfig- Overrides:
parse in class DelegatingRepositoryImplConfigBase
- Throws:
RepositoryConfigException
Copyright © 2001-2009 Aduna. All Rights Reserved.