Uses of Class
org.apache.jena.riot.system.stream.LocationMapper
Packages that use LocationMapper
-
Uses of LocationMapper in org.apache.jena.riot.adapters
Constructors in org.apache.jena.riot.adapters with parameters of type LocationMapperModifierConstructorDescriptionAdapterFileManager
(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
Methods in org.apache.jena.riot.system.stream that return LocationMapperModifier 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 ModelMethods in org.apache.jena.riot.system.stream with parameters of type LocationMapperModifier 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()