Uses of Class
org.apache.jena.riot.system.stream.StreamManager
-
Packages that use StreamManager 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 -
-
Uses of StreamManager in org.apache.jena.query
Methods in org.apache.jena.query with parameters of type StreamManager Modifier and Type Method Description static QueryQueryFactory. read(java.lang.String url, StreamManager streamManager, java.lang.String baseURI, Syntax langURI)Read a query from a file. -
Uses of StreamManager in org.apache.jena.riot
Methods in org.apache.jena.riot with parameters of type StreamManager Modifier and Type Method Description static TypedInputStreamRDFDataMgr. open(java.lang.String filenameOrURI, StreamManager streamManager)Open a stream to the destination (URI or filename) Performs content negotiation, including looking at file extension.RDFParserBuilderRDFParserBuilder. 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 StreamManager Modifier and Type Method Description StreamManagerAdapterFileManager. getStreamManager()Return the associate stream managerConstructors in org.apache.jena.riot.adapters with parameters of type StreamManager Constructor Description AdapterFileManager(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 StreamManager Modifier and Type Method Description StreamManagerStreamManager. addLocator(Locator loc)Add a locator to the end of the locators list.StreamManagerStreamManager. 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 StreamManagerStreamManager. get(Context context)Return theStreamManagerin a context, or the global one if the context is null or does not contain a valid entry for aStreamManager.Methods in org.apache.jena.riot.system.stream with parameters of type StreamManager Modifier and Type Method Description static voidStreamManager. setGlobal(StreamManager streamManager)Set the globalStreamManager.
-