EnvironmentProvider

Provide a mapping from key to value

Inheritors

Functions

Link copied to clipboard
abstract fun getAllEnvVars(): Map<String, String>

Get a map of all environment variables.

Link copied to clipboard
abstract fun getenv(key: String): String?

Get an environment variable or null