| Package | Description |
|---|---|
| org.apache.jena.query |
ARQ - A query engine for Jena, implementing SPARQL.
|
| org.apache.jena.riot | |
| org.apache.jena.riot.adapters | |
| org.apache.jena.riot.system.stream |
| Modifier and Type | Method and Description |
|---|---|
static Query |
QueryFactory.read(String url,
StreamManager filemanager,
String baseURI,
Syntax langURI)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static TypedInputStream |
RDFDataMgr.open(String filenameOrURI,
StreamManager streamManager)
Open a stream to the destination (URI or filename)
Performs content negotiation, including looking at file extension.
|
RDFParserBuilder |
RDFParserBuilder.streamManager(StreamManager streamManager)
Set the StreamManager to use when opening a URI (including files by name, but not by
Path). |
| Modifier and Type | Method and Description |
|---|---|
StreamManager |
AdapterFileManager.getStreamManager()
Return the associate stream manager
|
| Constructor and Description |
|---|
AdapterFileManager(StreamManager streamManager) |
AdapterFileManager(StreamManager streamManager,
LocationMapper mapper)
Create a FileManger using a RIOT StreamManager and RIOT LocationMapper
|
| Modifier and Type | Method and Description |
|---|---|
StreamManager |
StreamManager.addLocator(Locator loc)
Add a locator to the end of the locators list.
|
StreamManager |
StreamManager.clone()
Create a deep copy of this StreamManager
|
static StreamManager |
StreamManager.createStd()
Return a default configuration StreamManager with a
LocatorFile,
LocatorHTTP, LocatorFTP and LocatorClassLoader |
static StreamManager |
StreamManager.get()
Return the global
StreamManager. |
static StreamManager |
StreamManager.get(Context context)
Return the
StreamManager in a context, or the global one if the context is
null or does not contain a valid entry for a StreamManager. |
static StreamManager |
StreamManager.makeDefaultStreamManager()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
StreamManager.setGlobal(StreamManager streamManager)
Set the global
StreamManager. |
Licenced under the Apache License, Version 2.0