getProperty

open fun getProperty(key: String): String

Retrieves a property value from the loaded properties file.

Return

the value of the specified property, or null if the property is not found.

Parameters

key

the key of the property to retrieve.