ConfigLoader

interface ConfigLoader

Loads an application configuration. An implementation of this interface should return ApplicationConfig if applicable configuration is found or null otherwise.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun load(path: String?): ApplicationConfig?

Tries loading an application configuration from the specified path.

Inheritors

Link copied to clipboard