Package dev.galasa.framework.api.common
Class SystemEnvironment
java.lang.Object
dev.galasa.framework.api.common.SystemEnvironment
- All Implemented Interfaces:
Environment
An implementation of the Environment interface which allows code to get
environment variables from the real system.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SystemEnvironment
public SystemEnvironment()
-
-
Method Details
-
getenv
Description copied from interface:EnvironmentGets the value of a given environment variable.- Specified by:
getenvin interfaceEnvironment
-
getProperty
Description copied from interface:EnvironmentGets a system property- Specified by:
getPropertyin interfaceEnvironment
-