public class JenaIOEnvironment extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_PATH
The default path for searching for the location mapper
|
static String |
GlobalMapperSystemProperty1 |
static String |
GlobalMapperSystemProperty2 |
Constructor and Description |
---|
JenaIOEnvironment() |
Modifier and Type | Method and Description |
---|---|
static LocationMapper |
createLocationMapper(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 LocationMapper |
getLocationMapper()
Get the global LocationMapper
|
static LocationMapper |
makeGlobal()
Make a location mapper from the path settings
|
static LocationMapper |
processConfig(Model m)
Create a LocationMapper based on Model
|
static void |
setGlobalLocationMapper(LocationMapper globalLocationMapper)
Set the global lcoation mapper.
|
public static final String DEFAULT_PATH
public static final String GlobalMapperSystemProperty1
public static final String GlobalMapperSystemProperty2
public static LocationMapper getLocationMapper()
public static void setGlobalLocationMapper(LocationMapper globalLocationMapper)
globalLocationMapper
- public static LocationMapper makeGlobal()
public static LocationMapper processConfig(Model m)
public static LocationMapper createLocationMapper(String configPath)
Licenced under the Apache License, Version 2.0