| Modifier and Type | Class and Description |
|---|---|
static class |
ApplicationConfig.SubApplicationConfig
Permet de masquer un prefix.
|
| Modifier and Type | Field and Description |
|---|---|
protected ApplicationConfig |
ApplicationConfig.OptionList.config |
protected ApplicationConfig |
ApplicationConfig.SubApplicationConfig.parent |
| Modifier and Type | Method and Description |
|---|---|
ApplicationConfig |
ApplicationConfig.SubApplicationConfig.getParent() |
ApplicationConfig |
ApplicationConfig.parse(String... args)
Parse option and call set necessary method, read jvm, env variable,
Load configuration file and prepare Action.
|
ApplicationConfig |
ApplicationConfig.SubApplicationConfig.parse(String... args) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ApplicationConfigHelper.loadAllDefaultOption(ApplicationConfig config,
Set<ApplicationConfigProvider> providers)
Load default options from all given config providers.
|
| Constructor and Description |
|---|
ApplicationConfig.OptionList(ApplicationConfig config,
String key,
String value) |
ApplicationConfig.SubApplicationConfig(ApplicationConfig parent,
String prefix) |
Copyright © 2011-2013 CodeLutin. All Rights Reserved.