Package | Description |
---|---|
org.apache.jena.riot.adapters | |
org.apache.jena.riot.stream |
Constructor and Description |
---|
AdapterFileManager(StreamManager streamManager,
LocationMapper mapper)
Create a FileManger using a RIOT StreamManager and RIOT LocationMapper
|
AdapterLocationMapper(LocationMapper mapper) |
Modifier and Type | Method and Description |
---|---|
LocationMapper |
LocationMapper.clone()
Deep copy of location and prefix maps
|
static LocationMapper |
JenaIOEnvironment.createLocationMapper(String configPath)
Search a path (which is delimited by ";" because ":" is used in URIs)
to find a description of a LocationMapper, then create and return a
LocationMapper based on the description.
|
LocationMapper |
StreamManager.getLocationMapper()
Get the location mapping
|
static LocationMapper |
JenaIOEnvironment.getLocationMapper()
Get the global LocationMapper
|
static LocationMapper |
JenaIOEnvironment.makeGlobal()
Make a location mapper from the path settings
|
static LocationMapper |
JenaIOEnvironment.processConfig(Model m)
Create a LocationMapper based on Model
|
Modifier and Type | Method and Description |
---|---|
void |
LocationMapper.copyFrom(LocationMapper lmap2) |
static void |
JenaIOEnvironment.setGlobalLocationMapper(LocationMapper globalLocationMapper)
Set the global lcoation mapper.
|
void |
StreamManager.setLocationMapper(LocationMapper _mapper)
Set the location mapping
|
Licenced under the Apache License, Version 2.0