public class Environment extends Object
Constructor and Description |
---|
Environment(String environmentLoc) |
Environment(URL environmentRes) |
Modifier and Type | Method and Description |
---|---|
URL |
getBaseUrl() |
String |
getEnvContent() |
Map<String,String> |
getFiles() |
void |
setBaseUrl(URL baseUrl) |
void |
setEnvContent(String envContent) |
void |
setFiles(Map<String,String> files) |
public Environment(URL environmentRes) throws com.fasterxml.jackson.core.JsonParseException, IOException, URISyntaxException
com.fasterxml.jackson.core.JsonParseException
IOException
URISyntaxException
public Environment(String environmentLoc) throws com.fasterxml.jackson.core.JsonParseException, MalformedURLException, UnsupportedEncodingException, IOException, URISyntaxException
com.fasterxml.jackson.core.JsonParseException
MalformedURLException
UnsupportedEncodingException
IOException
URISyntaxException
Copyright © 2017. All rights reserved.