Uses of Class
org.apache.jena.riot.system.stream.StreamManager
Package
Description
ARQ - A query engine for Jena, implementing SPARQL.
-
Uses of StreamManager in org.apache.jena.query
-
Uses of StreamManager in org.apache.jena.riot
Modifier and TypeMethodDescriptionstatic 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.streamManager
(StreamManager streamManager) Set the StreamManager to use when opening a URI (including files by name, but not byPath
). -
Uses of StreamManager in org.apache.jena.riot.adapters
Modifier and TypeMethodDescriptionAdapterFileManager.getStreamManager()
Return the associate stream managerModifierConstructorDescriptionAdapterFileManager
(StreamManager streamManager) AdapterFileManager
(StreamManager streamManager, LocationMapper mapper) Create a FileManger using a RIOT StreamManager and RIOT LocationMapper -
Uses of StreamManager in org.apache.jena.riot.system.stream
Modifier and TypeMethodDescriptionStreamManager.addLocator
(Locator loc) Add a locator to the end of the locators list.StreamManager.clone()
Create a deep copy of this StreamManagerstatic StreamManager
StreamManager.createStd()
Return a default configuration StreamManager with aLocatorFile
,LocatorHTTP
,LocatorFTP
andLocatorClassLoader
static StreamManager
StreamManager.get()
Return the globalStreamManager
.static StreamManager
Return theStreamManager
in a context, or the global one if the context is null or does not contain a valid entry for aStreamManager
.StreamManager.locationMapper
(LocationMapper mapper) Set the location mappingModifier and TypeMethodDescriptionstatic void
StreamManager.setGlobal
(StreamManager streamManager) Set the globalStreamManager
.