Class ConfigTemplate
java.lang.Object
org.eclipse.rdf4j.repository.config.ConfigTemplate
- Author:
- Arjohn Kampman
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected static String
escapeMultilineQuotes
(String quoteVariant, String value) Escape Turtle multiline literal quote characters in the given value.final void
setTemplate
(String template)
-
Constructor Details
-
ConfigTemplate
-
-
Method Details
-
getTemplate
-
setTemplate
-
getVariableMap
-
render
-
escapeMultilineQuotes
Escape Turtle multiline literal quote characters in the given value.- Parameters:
quoteVariant
- either ''' or """value
- the value to escape properly- Returns:
- the value with any needed multiline quote sequences escaped
-
getMultilineMap
-