Class Template
- java.lang.Object
-
- org.openstack4j.openstack.heat.utils.Template
-
public class Template extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>getFiles()StringgetTplContent()voidsetFiles(Map<String,String> files)voidsetTplContent(String tplContent)
-
-
-
Constructor Detail
-
Template
public Template(URL templateRes) throws com.fasterxml.jackson.core.JsonParseException, IOException
- Throws:
com.fasterxml.jackson.core.JsonParseExceptionIOException
-
Template
public Template(String templateLoc) throws com.fasterxml.jackson.core.JsonParseException, MalformedURLException, UnsupportedEncodingException, IOException, URISyntaxException
- Throws:
com.fasterxml.jackson.core.JsonParseExceptionMalformedURLExceptionUnsupportedEncodingExceptionIOExceptionURISyntaxException
-
-