|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||