Uses of Class
org.apache.jena.riot.system.stream.StreamManager
Packages that use StreamManager
Package
Description
ARQ - A query engine for Jena, implementing SPARQL.
-
Uses of StreamManager in org.apache.jena.query
Methods in org.apache.jena.query with parameters of type StreamManager -
Uses of StreamManager in org.apache.jena.riot
Methods in org.apache.jena.riot with parameters of type StreamManagerModifier and TypeMethodDescriptionstatic TypedInputStreamRDFDataMgr.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
Methods in org.apache.jena.riot.adapters that return StreamManagerModifier and TypeMethodDescriptionAdapterFileManager.getStreamManager()Return the associate stream managerConstructors in org.apache.jena.riot.adapters with parameters of type StreamManagerModifierConstructorDescriptionAdapterFileManager(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
Methods in org.apache.jena.riot.system.stream that return StreamManagerModifier and TypeMethodDescriptionStreamManager.addLocator(Locator loc) Add a locator to the end of the locators list.StreamManager.clone()Create a deep copy of this StreamManagerstatic StreamManagerStreamManager.createStd()Return a default configuration StreamManager with aLocatorFile,LocatorHTTP,LocatorFTPandLocatorClassLoaderstatic StreamManagerStreamManager.get()Return the globalStreamManager.static StreamManagerReturn theStreamManagerin 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 mappingMethods in org.apache.jena.riot.system.stream with parameters of type StreamManagerModifier and TypeMethodDescriptionstatic voidStreamManager.setGlobal(StreamManager streamManager) Set the globalStreamManager.