PropertiesManager

Functions

Link copied to clipboard
open fun getBoolean(key: String): Boolean
open fun getBoolean(key: String, defaultValue: Boolean): Boolean
Link copied to clipboard
abstract fun getValue(key: String): String?
Link copied to clipboard
abstract fun isValueSet(key: String): Boolean
Link copied to clipboard
abstract fun setValue(key: String, value: String?)

open fun <T> setValue(key: String, value: T?, defaultValue: T?)

Sets property to the given value, or unsets it if the value equals default value.

Link copied to clipboard
abstract fun unsetValue(key: String)