public class Template extends Object
Constructor and Description |
---|
Template(String templateLoc) |
Template(URL templateRes) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getFiles() |
String |
getTplContent() |
void |
setFiles(Map<String,String> files) |
void |
setTplContent(String tplContent) |
public Template(URL templateRes) throws com.fasterxml.jackson.core.JsonParseException, IOException
com.fasterxml.jackson.core.JsonParseException
IOException
public Template(String templateLoc) throws com.fasterxml.jackson.core.JsonParseException, MalformedURLException, UnsupportedEncodingException, IOException, URISyntaxException
com.fasterxml.jackson.core.JsonParseException
MalformedURLException
UnsupportedEncodingException
IOException
URISyntaxException
Copyright © 2017. All rights reserved.