Package | Description |
---|---|
org.apache.jena.riot.adapters | |
org.apache.jena.riot.system.stream |
Constructor and Description |
---|
AdapterLocator(Locator locator) |
Modifier and Type | Class and Description |
---|---|
class |
LocatorClassLoader
LocatorClassLoader provides access to Java resources.
|
class |
LocatorFile
Location files in the filing system.
|
class |
LocatorFTP
Support for resources using the "ftp:" scheme
|
class |
LocatorHTTP
Support for resources using the "http:" and "https" schemes
|
class |
LocatorStdin
Locator for the resource called "-" mapped to
System.in . |
class |
LocatorURL |
class |
LocatorZip
Location files in a zip file
|
Modifier and Type | Method and Description |
---|---|
List<Locator> |
StreamManager.locators()
Return an immutable list of all the handlers
|
Modifier and Type | Method and Description |
---|---|
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