Environment
interface Environment
Interface for Environment variables, that can be mocked for testing purposes.
The Companion object provides the default implementation actually using the system environment variables.
Inheritors
Properties
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)