Interface EnvLookup
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Resolves process environment variables by name.
Tests may substitute a map-backed implementation.
-
Method Summary
-
Method Details
-
get
-
system
Returns a lookup that reads environment variables from the current process.
-