Uses of Interface
org.apache.jena.riot.system.stream.Locator
-
Packages that use Locator Package Description org.apache.jena.riot.adapters org.apache.jena.riot.system.stream -
-
Uses of Locator in org.apache.jena.riot.adapters
Constructors in org.apache.jena.riot.adapters with parameters of type Locator Constructor Description AdapterLocator(Locator locator) -
Uses of Locator in org.apache.jena.riot.system.stream
Classes in org.apache.jena.riot.system.stream that implement Locator Modifier and Type Class Description classLocatorClassLoaderLocatorClassLoader provides access to Java resources.classLocatorFileLocation files in the filing system.classLocatorFTPSupport for resources using the "ftp:" schemeclassLocatorHTTPSupport for resources using the "http:" and "https" schemesclassLocatorStdinLocator for the resource called "-" mapped toSystem.in.classLocatorURLclassLocatorZipLocation files in a zip fileMethods in org.apache.jena.riot.system.stream that return types with arguments of type Locator Modifier and Type Method Description java.util.List<Locator>StreamManager. locators()Return an immutable list of all the handlersMethods in org.apache.jena.riot.system.stream with parameters of type Locator Modifier and Type Method Description StreamManagerStreamManager. addLocator(Locator loc)Add a locator to the end of the locators list.voidStreamManager. remove(Locator loc)Remove a locator.
-