EnvironmentVariableLoader

interface EnvironmentVariableLoader

Loads an environment variable value.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open fun getEnvironmentVariable(name: String): String

Get the environment variable value that must exist

Link copied to clipboard
open fun getEnvironmentVariableOrDefault(name: String, defaultValue: String): String

Get the environment variable value, or if it does not exist, use the defaultValue supplied.

Inheritors

Link copied to clipboard