Module org.apache.jena.fuseki.core
Class PrefixesPlain
java.lang.Object
org.apache.jena.fuseki.servlets.prefixes.PrefixesPlain
- All Implemented Interfaces:
PrefixesAccess
PrefixesAccess
implementation using an in-memory
ConcurrentHashMap
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfetchPrefix
(String uri) Fetches the prefixes assigned to the provided URI.getAll()
getPairs()
void
removePrefix
(String prefixToRemove) org.apache.jena.sparql.core.Transactional
void
updatePrefix
(String prefix, String uri)
-
Constructor Details
-
PrefixesPlain
public PrefixesPlain()
-
-
Method Details
-
getPairs
-
transactional
public org.apache.jena.sparql.core.Transactional transactional()- Specified by:
transactional
in interfacePrefixesAccess
-
fetchURI
- Specified by:
fetchURI
in interfacePrefixesAccess
-
updatePrefix
- Specified by:
updatePrefix
in interfacePrefixesAccess
-
removePrefix
- Specified by:
removePrefix
in interfacePrefixesAccess
-
getAll
- Specified by:
getAll
in interfacePrefixesAccess
-
fetchPrefix
Description copied from interface:PrefixesAccess
Fetches the prefixes assigned to the provided URI. There can be multiple in the List.- Specified by:
fetchPrefix
in interfacePrefixesAccess
-