public class Environment extends Object
Constructor and Description |
---|
Environment() |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
entries()
Returns the view of environment variables.
|
Optional<String> |
find(String key)
Returns a value of environment variable.
|
static Environment |
system()
Returns a new system environment variables.
|
public static Environment system()
public Optional<String> find(String key)
key
- key of the target environment variableempty
if it is not definedCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.