public class Template extends Object
public static Template parseFrom(Reader reader) throws IOException
Reader.IOExceptionpublic String evaluate(Map<String,?> vars)
vars - a map where the keys are variable names and the values are the corresponding
variable values. For example, if "x" maps to 23, then $x in the template
will expand to 23.Copyright © 2016 Google, Inc.. All Rights Reserved.