Uses of Interface
org.apache.jena.riot.stream.Locator

Packages that use Locator
org.apache.jena.riot.adapters   
org.apache.jena.riot.stream   
 

Uses of Locator in org.apache.jena.riot.adapters
 

Constructors in org.apache.jena.riot.adapters with parameters of type Locator
AdapterLocator(Locator locator)
           
 

Uses of Locator in org.apache.jena.riot.stream
 

Classes in org.apache.jena.riot.stream that implement Locator
 class LocatorClassLoader
           
 class LocatorFile
          Location files in the filing system.
 class LocatorFTP
           
 class LocatorHTTP
           
 class LocatorURL
           
 class LocatorZip
          Location files in a zip file
 

Methods in org.apache.jena.riot.stream that return types with arguments of type Locator
 List<Locator> StreamManager.locators()
          Return an immutable list of all the handlers
 

Methods in org.apache.jena.riot.stream with parameters of type Locator
 void StreamManager.addLocator(Locator loc)
          Add a locator to the end of the locators list
 void StreamManager.remove(Locator loc)
          Remove a locator
 



Licenced under the Apache License, Version 2.0