public class AppEnvs extends Object
| Constructor and Description |
|---|
AppEnvs() |
| Modifier and Type | Method and Description |
|---|---|
com.stackify.deployment.AppEnv |
deserialize(String json)
Deserializes the app env string to an object
|
String |
getDisplay(com.stackify.deployment.AppEnv appEnv)
Builds the display string for this app environment
|
String |
serialize(com.stackify.deployment.AppEnv appEnv)
Serializes the AppEnv object to a string
|
public String getDisplay(com.stackify.deployment.AppEnv appEnv)
appEnv - The app / env objectpublic String serialize(com.stackify.deployment.AppEnv appEnv) throws IOException
appEnv - The app / env objectIOException - Problem serializing the appEnvpublic com.stackify.deployment.AppEnv deserialize(String json) throws IOException
json - String that represents the app / envIOException - Problem deserializing the appEnv json stringCopyright © 2016–2018 Stackify, LLC. All rights reserved.