public interface Environment
| Modifier and Type | Field and Description |
|---|---|
static Environment |
DEFAULT
The default implementation (equivalent to
System.getenv() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
getEnvironment()
Returns the environment variables as a
Map |
java.lang.String |
getEnvironment(java.lang.String key)
Returns the environment variable specified by the key argument
|
static final Environment DEFAULT
System.getenv()java.util.Map<java.lang.String,java.lang.String> getEnvironment()
MapMapjava.lang.String getEnvironment(java.lang.String key)
key - the environment variable name