java.lang.Object
org.apache.jena.util.LocationMapper
org.apache.jena.riot.adapters.AdapterLocationMapper
Adapter from Jena core LocationMapper to RIOT LocationMapper
-
Field Summary
Fields inherited from class org.apache.jena.util.LocationMapper
DEFAULT_PATH, GlobalMapperSystemProperty1, GlobalMapperSystemProperty2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addAltEntry
(String uri, String alt) void
addAltPrefix
(String uriPrefix, String altPrefix) altMapping
(String uri, String otherwise) boolean
getAltEntry
(String uri) getAltPrefix
(String uriPrefix) int
hashCode()
Iterate over all the entries registeredIterate over all the prefixes registeredvoid
removeAltEntry
(String uri) void
removeAltPrefix
(String uriPrefix) void
toString()
Methods inherited from class org.apache.jena.util.LocationMapper
altMapping, get, getInternal, makeGlobal, processConfig, setGlobalLocationMapper, toModel
-
Constructor Details
-
AdapterLocationMapper
-
-
Method Details
-
altMapping
- Overrides:
altMapping
in classLocationMapper
-
addAltEntry
- Overrides:
addAltEntry
in classLocationMapper
-
addAltPrefix
- Overrides:
addAltPrefix
in classLocationMapper
-
listAltEntries
Iterate over all the entries registered- Overrides:
listAltEntries
in classLocationMapper
-
listAltPrefixes
Iterate over all the prefixes registered- Overrides:
listAltPrefixes
in classLocationMapper
-
removeAltEntry
- Overrides:
removeAltEntry
in classLocationMapper
-
removeAltPrefix
- Overrides:
removeAltPrefix
in classLocationMapper
-
getAltEntry
- Overrides:
getAltEntry
in classLocationMapper
-
getAltPrefix
- Overrides:
getAltPrefix
in classLocationMapper
-
hashCode
public int hashCode()- Overrides:
hashCode
in classLocationMapper
-
equals
- Overrides:
equals
in classLocationMapper
-
toString
- Overrides:
toString
in classLocationMapper
-
toModel
- Overrides:
toModel
in classLocationMapper
-