Uses of Class
org.apache.jena.riot.system.stream.LocationMapper
-
Uses of LocationMapper in org.apache.jena.riot.adapters
ModifierConstructorDescriptionAdapterFileManager
(StreamManager streamManager, LocationMapper mapper) Create a FileManger using a RIOT StreamManager and RIOT LocationMapperAdapterLocationMapper
(LocationMapper mapper) -
Uses of LocationMapper in org.apache.jena.riot.system.stream
Modifier and TypeMethodDescriptionLocationMapper.clone()
Deep copy of location and prefix mapsstatic 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.static LocationMapper
JenaIOEnvironment.getLocationMapper()
Get the global LocationMapperStreamManager.getLocationMapper()
Deprecated, for removal: This API element is subject to removal in a future version.StreamManager.locationMapper()
Set the location mappingstatic LocationMapper
JenaIOEnvironment.makeGlobal()
Make a location mapper from the path settingsstatic LocationMapper
JenaIOEnvironment.processConfig
(org.apache.jena.rdf.model.Model m) Create a LocationMapper based on ModelModifier and TypeMethodDescriptionvoid
LocationMapper.copyFrom
(LocationMapper lmap2) StreamManager.locationMapper
(LocationMapper mapper) Set the location mappingstatic void
JenaIOEnvironment.setGlobalLocationMapper
(LocationMapper globalLocationMapper) Set the global location mapper.void
StreamManager.setLocationMapper
(LocationMapper mapper) Deprecated, for removal: This API element is subject to removal in a future version.
StreamManager.locationMapper()