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 LocationMapperJenaIOEnvironment.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 LocationMapperJenaIOEnvironment.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 LocationMapperJenaIOEnvironment.makeGlobal()Make a location mapper from the path settingsstatic LocationMapperJenaIOEnvironment.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 TypeMethodDescriptionvoidLocationMapper.copyFrom(LocationMapper lmap2) StreamManager.locationMapper(LocationMapper mapper) Set the location mappingstatic voidJenaIOEnvironment.setGlobalLocationMapper(LocationMapper globalLocationMapper) Set the global location mapper.voidStreamManager.setLocationMapper(LocationMapper mapper) Deprecated, for removal: This API element is subject to removal in a future version.
StreamManager.locationMapper()