Uses of Class
org.apache.jena.riot.system.stream.LocationMapper
-
Packages that use LocationMapper Package Description org.apache.jena.riot.adapters org.apache.jena.riot.system.stream -
-
Uses of LocationMapper in org.apache.jena.riot.adapters
Constructors in org.apache.jena.riot.adapters with parameters of type LocationMapper Constructor Description AdapterFileManager(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 LocationMapper Modifier and Type Method Description LocationMapperLocationMapper. clone()Deep copy of location and prefix mapsstatic LocationMapperJenaIOEnvironment. createLocationMapper(java.lang.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 LocationMapperLocationMapperStreamManager. getLocationMapper()Get the location mappingstatic LocationMapperJenaIOEnvironment. makeGlobal()Make a location mapper from the path settingsstatic LocationMapperJenaIOEnvironment. processConfig(Model m)Create a LocationMapper based on ModelMethods in org.apache.jena.riot.system.stream with parameters of type LocationMapper Modifier and Type Method Description voidLocationMapper. copyFrom(LocationMapper lmap2)static voidJenaIOEnvironment. setGlobalLocationMapper(LocationMapper globalLocationMapper)Set the global location mapper.voidStreamManager. setLocationMapper(LocationMapper _mapper)Set the location mapping
-