- get($this, key) - Static method in class com.natpryce.konfig.Configuration.DefaultImpls
-
Look up a property value identified by key, or throw
class Misconfiguration if there is no definition of the
property. Implementations can override missingPropertyMessage to provide a more detailed error message
for the exception.
- get(key) - Method in interface com.natpryce.konfig.Configuration
-
Look up a property value identified by key, or throw
class Misconfiguration if there is no definition of the
property. Implementations can override missingPropertyMessage to provide a more detailed error message
for the exception.
- get(key) - Method in class com.natpryce.konfig.EnvironmentVariables
-
Look up a property value identified by key, or throw
class Misconfiguration if there is no definition of the
property. Implementations can override missingPropertyMessage to provide a more detailed error message
for the exception.
- get(key) - Method in class com.natpryce.konfig.LocatedConfiguration
-
Look up a property value identified by key, or throw
class Misconfiguration if there is no definition of the
property. Implementations can override missingPropertyMessage to provide a more detailed error message
for the exception.
- get(key) - Method in class com.natpryce.konfig.Override
-
Look up a property value identified by key, or throw
class Misconfiguration if there is no definition of the
property. Implementations can override missingPropertyMessage to provide a more detailed error message
for the exception.
- get(key) - Method in class com.natpryce.konfig.Subset
-
Look up a property value identified by key, or throw
class Misconfiguration if there is no definition of the
property. Implementations can override missingPropertyMessage to provide a more detailed error message
for the exception.
- getBooleanType() - Static method in class com.natpryce.konfig.Property_typesKt
-
The type of Boolean properties
- getConfigKey() - Method in class com.natpryce.konfig.CommandLineOption
-
- getDescription() - Method in class com.natpryce.konfig.CommandLineOption
-
- getDescription($receiver) - Static method in class com.natpryce.konfig.KonfigKt
-
- getDescription() - Method in class com.natpryce.konfig.Location
-
- getDescription() - Method in class com.natpryce.konfig.PropertyLocation
-
- getDoubleType() - Static method in class com.natpryce.konfig.Property_typesKt
-
The type of Double properties
- getDurationType() - Static method in class com.natpryce.konfig.Time_property_typesKt
-
- getFallback() - Method in class com.natpryce.konfig.Override
-
- getInstantType() - Static method in class com.natpryce.konfig.Time_property_typesKt
-
- getINTRINSIC() - Method in class com.natpryce.konfig.Location.Companion
-
Describes the location of configuration data that is compiled into the application, as resources
or code that creates a
interface Configuration object.
- getIntType() - Static method in class com.natpryce.konfig.Property_typesKt
-
The type of Int properties
- getKey() - Method in class com.natpryce.konfig.PropertyLocation
-
- getLocalDateTimeType() - Static method in class com.natpryce.konfig.Time_property_typesKt
-
- getLocalDateType() - Static method in class com.natpryce.konfig.Time_property_typesKt
-
- getLocalTimeType() - Static method in class com.natpryce.konfig.Time_property_typesKt
-
- getLocation() - Method in class com.natpryce.konfig.ConfigurationMap
-
- getLocation() - Method in class com.natpryce.konfig.ConfigurationProperties
-
- getLocation() - Method in class com.natpryce.konfig.EnvironmentVariables
-
- getLocation() - Method in class com.natpryce.konfig.LocatedConfiguration
-
- getLong() - Method in class com.natpryce.konfig.CommandLineOption
-
- getLongFlag() - Method in class com.natpryce.konfig.CommandLineOption
-
- getLongType() - Static method in class com.natpryce.konfig.Property_typesKt
-
The type of Long properties
- getMetavar() - Method in class com.natpryce.konfig.CommandLineOption
-
- getName() - Method in class com.natpryce.konfig.Key
-
- getName() - Method in class com.natpryce.konfig.PropertyGroup
-
- getNameInLocation() - Method in class com.natpryce.konfig.PropertyLocation
-
- getOrElse($this, key, p) - Static method in class com.natpryce.konfig.Configuration.DefaultImpls
-
Look up a property value identified by key, or return default with the key if there is no definition of the
property.
- getOrElse($this, key, p) - Static method in class com.natpryce.konfig.Configuration.DefaultImpls
-
Look up a property value identified by key, or call default with the key if there is no definition of the
property.
- getOrElse(key, p) - Method in interface com.natpryce.konfig.Configuration
-
Look up a property value identified by key, or return default with the key if there is no definition of the
property.
- getOrElse(key, p) - Method in interface com.natpryce.konfig.Configuration
-
Look up a property value identified by key, or call default with the key if there is no definition of the
property.
- getOrElse(key, p) - Method in class com.natpryce.konfig.EnvironmentVariables
-
Look up a property value identified by key, or return default with the key if there is no definition of the
property.
- getOrElse(key, p) - Method in class com.natpryce.konfig.EnvironmentVariables
-
Look up a property value identified by key, or call default with the key if there is no definition of the
property.
- getOrElse(key, p) - Method in class com.natpryce.konfig.LocatedConfiguration
-
Look up a property value identified by key, or return default with the key if there is no definition of the
property.
- getOrElse(key, p) - Method in class com.natpryce.konfig.LocatedConfiguration
-
Look up a property value identified by key, or call default with the key if there is no definition of the
property.
- getOrElse(key, p) - Method in class com.natpryce.konfig.Override
-
Look up a property value identified by key, or return default with the key if there is no definition of the
property.
- getOrElse(key, p) - Method in class com.natpryce.konfig.Override
-
Look up a property value identified by key, or call default with the key if there is no definition of the
property.
- getOrElse(key, p) - Method in class com.natpryce.konfig.Subset
-
Look up a property value identified by key, or return default with the key if there is no definition of the
property.
- getOrElse(key, p) - Method in class com.natpryce.konfig.Subset
-
Look up a property value identified by key, or call default with the key if there is no definition of the
property.
- getOrNull(key) - Method in interface com.natpryce.konfig.Configuration
-
Look up a property value identified by key, or return null if there is no definition of the
property.
- getOrNull(key) - Method in class com.natpryce.konfig.ConfigurationMap
-
Look up a property value identified by key, or return null if there is no definition of the
property.
- getOrNull(key) - Method in class com.natpryce.konfig.ConfigurationProperties
-
Look up a property value identified by key, or return null if there is no definition of the
property.
- getOrNull(key) - Method in class com.natpryce.konfig.EnvironmentVariables
-
Look up a property value identified by key, or return null if there is no definition of the
property.
- getOrNull(key) - Method in class com.natpryce.konfig.Override
-
Look up a property value identified by key, or return null if there is no definition of the
property.
- getOrNull(key) - Method in class com.natpryce.konfig.Subset
-
Look up a property value identified by key, or return null if there is no definition of the
property.
- getOrNullBy(lookup) - Method in class com.natpryce.konfig.Key
-
- getOverride() - Method in class com.natpryce.konfig.Override
-
- getParse() - Method in class com.natpryce.konfig.Key
-
- getPrefix() - Method in class com.natpryce.konfig.EnvironmentVariables
-
- getShort() - Method in class com.natpryce.konfig.CommandLineOption
-
- getShortFlag() - Method in class com.natpryce.konfig.CommandLineOption
-
- getSource() - Method in class com.natpryce.konfig.PropertyLocation
-
- getStringType() - Static method in class com.natpryce.konfig.Property_typesKt
-
A parser for string properties (the identity function)
- getUri() - Method in class com.natpryce.konfig.Location
-
- getUriType() - Static method in class com.natpryce.konfig.Property_typesKt
-
The type of URI properties
- getValue($receiver, group, property) - Static method in class com.natpryce.konfig.MagicKt
-
- getValue($receiver, scope, property) - Static method in class com.natpryce.konfig.MagicKt
-