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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAltEntry(String uri, String alt) voidaddAltPrefix(String uriPrefix, String altPrefix) altMapping(String uri, String otherwise) booleangetAltEntry(String uri) getAltPrefix(String uriPrefix) inthashCode()Iterate over all the entries registeredIterate over all the prefixes registeredvoidremoveAltEntry(String uri) voidremoveAltPrefix(String uriPrefix) voidtoModel(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:
altMappingin classorg.apache.jena.util.LocationMapper
-
addAltEntry
- Overrides:
addAltEntryin classorg.apache.jena.util.LocationMapper
-
addAltPrefix
- Overrides:
addAltPrefixin classorg.apache.jena.util.LocationMapper
-
listAltEntries
Iterate over all the entries registered- Overrides:
listAltEntriesin classorg.apache.jena.util.LocationMapper
-
listAltPrefixes
Iterate over all the prefixes registered- Overrides:
listAltPrefixesin classorg.apache.jena.util.LocationMapper
-
removeAltEntry
- Overrides:
removeAltEntryin classorg.apache.jena.util.LocationMapper
-
removeAltPrefix
- Overrides:
removeAltPrefixin classorg.apache.jena.util.LocationMapper
-
getAltEntry
- Overrides:
getAltEntryin classorg.apache.jena.util.LocationMapper
-
getAltPrefix
- Overrides:
getAltPrefixin classorg.apache.jena.util.LocationMapper
-
hashCode
public int hashCode()- Overrides:
hashCodein classorg.apache.jena.util.LocationMapper
-
equals
- Overrides:
equalsin classorg.apache.jena.util.LocationMapper
-
toString
- Overrides:
toStringin classorg.apache.jena.util.LocationMapper
-
toModel
public void toModel(org.apache.jena.rdf.model.Model model) - Overrides:
toModelin classorg.apache.jena.util.LocationMapper
-