| Package | Description |
|---|---|
| com.spotify.helios.cli |
| Modifier and Type | Method and Description |
|---|---|
static CliConfig |
CliConfig.fromConfig(com.typesafe.config.Config config) |
static CliConfig |
CliConfig.fromEnvVar(com.typesafe.config.Config config) |
static CliConfig |
CliConfig.fromFile(File defaultsFile)
Returns a CliConfig instance with values parsed from the specified file.
|
static CliConfig |
CliConfig.fromUserConfig()
Returns a CliConfig instance with values from a config file from under the users home
directory:
<user.home>/.helios/config
If the file is not found, a CliConfig with pre-defined values will be returned.
|
Copyright © 2015. All rights reserved.