| Package | Description |
|---|---|
| ratpack.config |
Provides the ability to access configuration data from a variety of sources, such as YAML, JSON,
properties files, system properties, and environment variables.
|
| ratpack.server |
Objects used to start a ratpack application.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<ConfigSource> |
ConfigDataBuilder.getConfigSources()
Returns the config sources used for configuration binding.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigDataBuilder |
ConfigDataBuilder.add(ConfigSource configSource)
Adds a configuration source.
|
| Modifier and Type | Method and Description |
|---|---|
ServerConfigBuilder |
ServerConfigBuilder.add(ConfigSource configSource)
Adds a configuration source.
|