kinta-lib / com.dailymotion.kinta / EnvProperties
EnvProperties
object EnvProperties
Functions
Name | Summary |
---|---|
get | fun get(key: String ): String ? |
put | fun put(key: String , value: String ?): Unit |
updateAvailableBuiltInEnvs | Update env.properties file to match all available envs This method should be called during a kinta update for examplefun updateAvailableBuiltInEnvs(keys: List < String >): Unit |