Interface OperatingSystemUtils.EnvVarSource
-
- All Known Implementing Classes:
OperatingSystemUtils.DefaultEnvVarSource
- Enclosing class:
- OperatingSystemUtils
public static interface OperatingSystemUtils.EnvVarSource
Defines the functionality to load a Map of environment variables.- Since:
- 3.1.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,String>
getEnvMap()
-