public class ConfigTemplate extends Object
Constructor and Description |
---|
ConfigTemplate(String template) |
Modifier and Type | Method and Description |
---|---|
protected static String |
escapeMultilineQuotes(String quoteVariant,
String value)
Escape Turtle multiline literal quote characters in the given value.
|
Map<String,String> |
getMultilineMap() |
String |
getTemplate() |
Map<String,List<String>> |
getVariableMap() |
String |
render(Map<String,String> valueMap) |
void |
setTemplate(String template) |
public ConfigTemplate(String template)
public String getTemplate()
public final void setTemplate(String template)
protected static String escapeMultilineQuotes(String quoteVariant, String value)
quoteVariant
- either ''' or """value
- the value to escape properlyCopyright © 2015-2019 Eclipse Foundation. All Rights Reserved.