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 LocationMapperLocationMapper.get()Deprecated.static LocationMapperLocationMapper.getInternal()For use within Jena libraries only.FileManager.getLocationMapper()Get the location mappingFileManagerImpl.getLocationMapper()Get the location mappingstatic LocationMapperLocationMapper.makeGlobal()Make a location mapper from the path settingsMethods in org.apache.jena.util with parameters of type LocationMapperModifier and TypeMethodDescriptionstatic FileManagerFileManager.create(LocationMapper locMap) Deprecated.UseStreamManager.static voidLocationMapper.setGlobalLocationMapper(LocationMapper globalLocationMapper) Set the global location mapper.voidFileManager.setLocationMapper(LocationMapper _mapper) Set the location mappingvoidFileManagerImpl.setLocationMapper(LocationMapper _mapper) Set the location mappingConstructors in org.apache.jena.util with parameters of type LocationMapperModifierConstructorDescriptionLocationMapper(LocationMapper locMapper) Deprecated.UseStreamManagerandLocationMapperfromorg.apache.jena.riot.system.stream.
StreamManagerandLocationMapperfromorg.apache.jena.riot.system.stream.