set abstract method

void set(
  1. String key,
  2. String value
)

Sets a runtime environment variable key to the given value.

This does not persist to disk; it's in-memory only.

Implementation

void set(String key, String value);