Class Environment
- java.lang.Object
-
- com.yahoo.vespa.hosted.controller.api.configserver.Environment
-
public class Environment extends java.lang.ObjectEnvironment representation using the same definition as configserver. And allowing serialization/deserialization to/from JSON.- Author:
- Ulf Lilleengen
-
-
Constructor Summary
Constructors Constructor Description Environment(com.yahoo.config.provision.Environment environment)Environment(java.lang.String environment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.yahoo.config.provision.EnvironmentgetEnvironment()java.lang.StringtoString()java.lang.Stringvalue()
-