Interface OperatingSystemUtils.EnvVarSource
-
- All Known Implementing Classes:
OperatingSystemUtils.DefaultEnvVarSource
- Enclosing class:
- OperatingSystemUtils
public static interface OperatingSystemUtils.EnvVarSourceDefines 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 java.util.Map<java.lang.String,java.lang.String>getEnvMap()
-