Config

interface Config

Contract for configuration objects that provide key-value configuration properties.

Implementations should define their own default configuration values and provide a way to load/persist configuration from properties files.

Properties

Link copied to clipboard
abstract val map: Map<String, String>

The configuration properties as key-value pairs. Keys are property names, values are configuration values as strings.

Functions

Link copied to clipboard

Returns the default configuration entries for this Config implementation.