getConfigVariable

abstract fun getConfigVariable(name: String): String?(source)

Retrieves the value of a system configuration property by its name.

Return

The value of the configuration property if it exists, or null if not found.

Parameters

name

The name of the system configuration property to retrieve.