Uses of Class
com.hp.hpl.jena.util.LocationMapper

Packages that use LocationMapper
com.hp.hpl.jena.util Miscellaneous collection of utility classes. 
 

Uses of LocationMapper in com.hp.hpl.jena.util
 

Methods in com.hp.hpl.jena.util that return LocationMapper
static LocationMapper LocationMapper.get()
          Get the global LocationMapper
 LocationMapper FileManager.getLocationMapper()
          Get the location mapping
static LocationMapper LocationMapper.makeGlobal()
          Make a location mapper from the path settings
 

Methods in com.hp.hpl.jena.util with parameters of type LocationMapper
static void LocationMapper.setGlobalLocationMapper(LocationMapper globalLocationMapper)
          Set the global lcoation mapper.
 void FileManager.setLocationMapper(LocationMapper _mapper)
          Set the location mapping
 void FileManager.setMapper(LocationMapper _mapper)
          Deprecated. Use setLocationMapper
 

Constructors in com.hp.hpl.jena.util with parameters of type LocationMapper
FileManager(LocationMapper _mapper)
          Create with the given location mapper
LocationMapper(LocationMapper locMapper)
          Create a LocationMapper made like another one This is a deep copy of the location and prefix maps..
 



Copyright © 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP