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
-
Method Summary
-
Constructor Details
-
SystemEnvironment
public SystemEnvironment()
-
-
Method Details
-
getenv
Description copied from interface:Environment
Gets the value of a given environment variable.- Specified by:
getenv
in interfaceEnvironment
-
getProperty
Description copied from interface:Environment
Gets a system property- Specified by:
getProperty
in interfaceEnvironment
-