- java.lang.Object
-
- org.github.gestalt.config.utils.SystemWrapper
-
public final class SystemWrapper extends java.lang.ObjectWrapper for getting the System Environments. Used so we can Mock the results.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.Map<java.lang.String,java.lang.String>getEnvVars()get the System.getenv()
-