|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LocationMapper | |
|---|---|
| org.apache.jena.riot.adapters | |
| org.apache.jena.riot.stream | |
| Uses of LocationMapper in org.apache.jena.riot.adapters |
|---|
| Constructors in org.apache.jena.riot.adapters with parameters of type LocationMapper | |
|---|---|
AdapterFileManager(StreamManager streamManager,
LocationMapper mapper)
Create a FileManger using a RIOT StreamManager and RIOT LocationMapper |
|
AdapterLocationMapper(LocationMapper mapper)
|
|
| Uses of LocationMapper in org.apache.jena.riot.stream |
|---|
| Methods in org.apache.jena.riot.stream that return LocationMapper | |
|---|---|
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 |
| Methods in org.apache.jena.riot.stream with parameters of type LocationMapper | |
|---|---|
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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||