Uses of Class
org.apache.jena.util.LocationMapper
Packages that use LocationMapper
-
Uses of LocationMapper in org.apache.jena.util
Methods in org.apache.jena.util that return LocationMapperModifier and TypeMethodDescriptionstatic LocationMapper
LocationMapper.get()
Deprecated.static LocationMapper
LocationMapper.getInternal()
For use within Jena libraries only.FileManager.getLocationMapper()
Get the location mappingFileManagerImpl.getLocationMapper()
Get the location mappingstatic LocationMapper
LocationMapper.makeGlobal()
Make a location mapper from the path settingsMethods in org.apache.jena.util with parameters of type LocationMapperModifier and TypeMethodDescriptionstatic FileManager
FileManager.create
(LocationMapper locMap) Deprecated.UseStreamManager.
static void
LocationMapper.setGlobalLocationMapper
(LocationMapper globalLocationMapper) Set the global location mapper.void
FileManager.setLocationMapper
(LocationMapper _mapper) Set the location mappingvoid
FileManagerImpl.setLocationMapper
(LocationMapper _mapper) Set the location mappingConstructors in org.apache.jena.util with parameters of type LocationMapperModifierConstructorDescriptionLocationMapper
(LocationMapper locMapper) Deprecated.UseStreamManager
andLocationMapper
fromorg.apache.jena.riot.system.stream
.
StreamManager
andLocationMapper
fromorg.apache.jena.riot.system.stream
.