PropertyProvider

Provide a mapping from (JVM) property key to value

Inheritors

Functions

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

Get a map of all JVM system properties.

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

Get a system property (on supported platforms)