Class Environment
- java.lang.Object
-
- org.openstack4j.openstack.heat.utils.Environment
-
public class Environment extends Object
-
-
Constructor Summary
Constructors Constructor Description Environment(String environmentLoc)Environment(URL environmentRes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URLgetBaseUrl()StringgetEnvContent()Map<String,String>getFiles()voidsetBaseUrl(URL baseUrl)voidsetEnvContent(String envContent)voidsetFiles(Map<String,String> files)
-
-
-
Constructor Detail
-
Environment
public Environment(URL environmentRes) throws com.fasterxml.jackson.core.JsonParseException, IOException, URISyntaxException
- Throws:
com.fasterxml.jackson.core.JsonParseExceptionIOExceptionURISyntaxException
-
Environment
public Environment(String environmentLoc) throws com.fasterxml.jackson.core.JsonParseException, MalformedURLException, UnsupportedEncodingException, IOException, URISyntaxException
- Throws:
com.fasterxml.jackson.core.JsonParseExceptionMalformedURLExceptionUnsupportedEncodingExceptionIOExceptionURISyntaxException
-
-