@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 |
---|---|
String |
get(String name)
Gets the value of the specified environment variable.
|
static final Environment SYSTEM
Environment
implementation backed by
System.getenv(String)
.