java.lang.Object
org.apache.jena.sparql.util.ContextUtils
Utils to work with
Context
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Context
copyWithRegistries
(Context from) Copies the given context also copying its registries (FunctionRegistry
,PropertyFunctionRegistry
andServiceExecutorRegistry
).
-
Constructor Details
-
ContextUtils
public ContextUtils()
-
-
Method Details
-
copyWithRegistries
Copies the given context also copying its registries (FunctionRegistry
,PropertyFunctionRegistry
andServiceExecutorRegistry
). If the input context is null, then method just creates a new empty instance.
-