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 JsonParseException, IOException, URISyntaxException
JsonParseExceptionIOExceptionURISyntaxExceptionpublic Environment(String environmentLoc) throws JsonParseException, MalformedURLException, UnsupportedEncodingException, IOException, URISyntaxException
JsonParseExceptionMalformedURLExceptionUnsupportedEncodingExceptionIOExceptionURISyntaxException