java.lang.Object
org.apache.jena.http.sys.AbstractRegistryWithPrefix<X,T>
- Direct Known Subclasses:
RegistryHttpClient
,RegistryRequestModifier
Abstract base class for registries with exact and prefix lookup.
The lookup (find(X)
) is by exact match then by longest prefix. e.g. a registration of
"http://someHost/" or "http://someHost/dataset" will apply to
"http://someHost/dataset/sparql" and "http://someHost/dataset/update" but not to
"https://someHost/..." which uses "https".
-
Method Summary
-
Method Details
-
add
-
addPrefix
Add a prefix. The prefix must end in "/" -
find
Returns the T with either an exact match or the longest prefix for the find key. -
remove
-
clear
public void clear()
-