public class ReplaceValueStream extends Object
| Modifier and Type | Method and Description |
|---|---|
static InputStream |
replaceValues(InputStream is,
Map<String,String> valuesMap)
Returns a stream with the template parameter expressions replaced
|
public static InputStream replaceValues(InputStream is, Map<String,String> valuesMap) throws IOException
is - InputStream inputstream forvaluesMap - a hashmap containing parametersIOException - in case of any network/object parse problemsCopyright © 2015–2020 Red Hat. All rights reserved.