public class GaeContextManager extends Object implements io.konig.core.ContextManager
| Constructor and Description |
|---|
GaeContextManager(io.konig.core.io.ContextReader contextReader) |
GaeContextManager(io.konig.core.io.ContextReader contextReader,
String summaryContextURI) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(io.konig.core.Context context) |
io.konig.core.Context |
getContextByMediaType(String mediaType) |
io.konig.core.Context |
getContextByURI(String contextURI) |
io.konig.core.Context |
getContextByURI(org.openrdf.model.URI contextURI) |
io.konig.core.Context |
getContextByVersionNumber(long versionNumber) |
io.konig.core.Context |
getUniversalContext() |
List<String> |
listContexts() |
public GaeContextManager(io.konig.core.io.ContextReader contextReader)
public GaeContextManager(io.konig.core.io.ContextReader contextReader,
String summaryContextURI)
public List<String> listContexts()
listContexts in interface io.konig.core.ContextManagerpublic void add(io.konig.core.Context context)
add in interface io.konig.core.ContextManagerpublic io.konig.core.Context getContextByURI(org.openrdf.model.URI contextURI)
getContextByURI in interface io.konig.core.ContextManagerpublic io.konig.core.Context getContextByURI(String contextURI)
getContextByURI in interface io.konig.core.ContextManagerpublic io.konig.core.Context getContextByMediaType(String mediaType)
getContextByMediaType in interface io.konig.core.ContextManagerpublic io.konig.core.Context getContextByVersionNumber(long versionNumber)
getContextByVersionNumber in interface io.konig.core.ContextManagerpublic io.konig.core.Context getUniversalContext()
getUniversalContext in interface io.konig.core.ContextManagerCopyright © 2017. All rights reserved.