Retrieves the value of the environment variable specified by key @param key the environment variable @return the value of the environment variable
(String key)
| 57 | * @return the value of the environment variable |
| 58 | */ |
| 59 | String get(String key); |
| 60 | |
| 61 | /** |
| 62 | * Retrieves the value of the environment variable specified by key. |
no outgoing calls