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()voidremovePrefix(String prefixToRemove) org.apache.jena.sparql.core.TransactionalvoidupdatePrefix(String prefix, String uri)
-
Constructor Details
-
PrefixesPlain
public PrefixesPlain()
-
-
Method Details
-
getPairs
-
transactional
public org.apache.jena.sparql.core.Transactional transactional()- Specified by:
transactionalin interfacePrefixesAccess
-
fetchURI
- Specified by:
fetchURIin interfacePrefixesAccess
-
updatePrefix
- Specified by:
updatePrefixin interfacePrefixesAccess
-
removePrefix
- Specified by:
removePrefixin interfacePrefixesAccess
-
getAll
- Specified by:
getAllin interfacePrefixesAccess
-
fetchPrefix
Description copied from interface:PrefixesAccessFetches the prefixes assigned to the provided URI. There can be multiple in the List.- Specified by:
fetchPrefixin interfacePrefixesAccess
-