public class Context extends Object
| Constructor and Description |
|---|
Context() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseUri() |
String |
getContextId() |
InputStream |
getInputStream() |
RdfFormat |
getRdfFormat() |
void |
setBaseUri(String baseUri) |
void |
setContextId(String contextId) |
void |
setInputStream(InputStream inputStream) |
void |
setRdfFormat(RdfFormat rdfFormat) |
public InputStream getInputStream()
public void setInputStream(InputStream inputStream)
public String getBaseUri()
public void setBaseUri(String baseUri)
public String getContextId()
public void setContextId(String contextId)
public RdfFormat getRdfFormat()
public void setRdfFormat(RdfFormat rdfFormat)
Copyright © 2019. All rights reserved.