EnvironmentCustom
open class EnvironmentCustom(customEnvironments: Map<String, String> = LinkedHashMap()) : Environment
A custom implementation of Environment that allows to set custom environment variables.
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the TEMP folder of the system based on this Environment variables (that could be mocked)
Link copied to clipboard
Returns the HOME path for the user executing this program based on the Environment variables (that could be mocked)