@FunctionalInterface
public interface Environment
| Modifier and Type | Field and Description |
|---|---|
static Environment |
SYSTEM
Standard
Environment implementation backed by
System.getenv(String). |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
get(java.lang.String name)
Gets the value of the specified environment variable.
|
static final Environment SYSTEM
Environment implementation backed by
System.getenv(String).