PlatformEnvironProvider

Inherited functions

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

Get a map of all environment variables.

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

Get a map of all JVM system properties.

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

Get an environment variable or null

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

Get a system property (on supported platforms)