java.lang.Object
org.apache.jena.util.LocationMapper
org.apache.jena.riot.adapters.AdapterLocationMapper
public class AdapterLocationMapper
extends org.apache.jena.util.LocationMapper
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
-
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
toModel
(org.apache.jena.rdf.model.Model model) 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 classorg.apache.jena.util.LocationMapper
-
addAltEntry
- Overrides:
addAltEntry
in classorg.apache.jena.util.LocationMapper
-
addAltPrefix
- Overrides:
addAltPrefix
in classorg.apache.jena.util.LocationMapper
-
listAltEntries
Iterate over all the entries registered- Overrides:
listAltEntries
in classorg.apache.jena.util.LocationMapper
-
listAltPrefixes
Iterate over all the prefixes registered- Overrides:
listAltPrefixes
in classorg.apache.jena.util.LocationMapper
-
removeAltEntry
- Overrides:
removeAltEntry
in classorg.apache.jena.util.LocationMapper
-
removeAltPrefix
- Overrides:
removeAltPrefix
in classorg.apache.jena.util.LocationMapper
-
getAltEntry
- Overrides:
getAltEntry
in classorg.apache.jena.util.LocationMapper
-
getAltPrefix
- Overrides:
getAltPrefix
in classorg.apache.jena.util.LocationMapper
-
hashCode
public int hashCode()- Overrides:
hashCode
in classorg.apache.jena.util.LocationMapper
-
equals
- Overrides:
equals
in classorg.apache.jena.util.LocationMapper
-
toString
- Overrides:
toString
in classorg.apache.jena.util.LocationMapper
-
toModel
public void toModel(org.apache.jena.rdf.model.Model model) - Overrides:
toModel
in classorg.apache.jena.util.LocationMapper
-