Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ConfigProvider.type
Members list
Value members
Concrete methods
A config provider that loads configuration from command-line arguments. Keys should start with "-" or "--". Boolean flags can be specified as "-flag" or "--flag". Key Value pairs can be specified as "--key=value" or "--key value". Sequences can be specified as "--key value1 value2 ..." or "--key=value1 --key=value2"
A config provider that loads configuration from command-line arguments. Keys should start with "-" or "--". Boolean flags can be specified as "-flag" or "--flag". Key Value pairs can be specified as "--key=value" or "--key value". Sequences can be specified as "--key value1 value2 ..." or "--key=value1 --key=value2"
Attributes
Constructs a ConfigProvider that loads configuration information from environment variables, using the default System service and the specified delimiter strings.
Constructs a ConfigProvider that loads configuration information from environment variables, using the default System service and the specified delimiter strings.
Attributes
Constructs a new ConfigProvider from a key/value (flat) provider, where nesting is embedded into the string keys.
Constructs a new ConfigProvider from a key/value (flat) provider, where nesting is embedded into the string keys.
Attributes
Constructs a ConfigProvider using a map and the specified delimiter string, which determines how to split the keys in the map into path segments.
Constructs a ConfigProvider using a map and the specified delimiter string, which determines how to split the keys in the map into path segments.
Attributes
Constructs a ConfigProvider that loads configuration information from system properties, using the default System service and the specified delimiter strings.
Constructs a ConfigProvider that loads configuration information from system properties, using the default System service and the specified delimiter strings.
Attributes
Concrete fields
A config provider layer that loads configuration from interactive console prompts, using the default Console service.
A config provider layer that loads configuration from interactive console prompts, using the default Console service.
Attributes
A config provider layer that loads configuration from environment variables, using the default System service.
A config provider layer that loads configuration from environment variables, using the default System service.
Attributes
A config provider that loads configuration from environment variables, using the default System service.
A config provider that loads configuration from environment variables, using the default System service.
Attributes
A config provider layer that loads configuration from system properties, using the default System service.
A config provider layer that loads configuration from system properties, using the default System service.
Attributes
A configuration provider that loads configuration from system properties, using the default System service.
A configuration provider that loads configuration from system properties, using the default System service.
Attributes
The tag that describes the ConfigProvider service.
The tag that describes the ConfigProvider service.