static Set<String> |
ApplicationConfigHelper.getFinalOptionKeys(Set<ApplicationConfigProvider> providers) |
Gets all final options keys from the given providers.
|
static Set<ConfigOptionDef> |
ApplicationConfigHelper.getFinalOptions(Set<ApplicationConfigProvider> providers) |
Gets all final options from the given providers.
|
static Set<String> |
ApplicationConfigHelper.getTransientOptionKeys(Set<ApplicationConfigProvider> providers) |
Gets all transient options keys from the given providers.
|
static Set<ConfigOptionDef> |
ApplicationConfigHelper.getTransientOptions(Set<ApplicationConfigProvider> providers) |
Gets all transient options from the given providers.
|
static Set<String> |
ApplicationConfigHelper.getTransientOrFinalOptionKey(Set<ApplicationConfigProvider> providers) |
Get all option keys that should not be saved in the user config file
from the given options providers.
|
static void |
ApplicationConfigHelper.loadAllActions(ApplicationConfig applicationConfig,
Set<ApplicationConfigProvider> providers) |
Load all actions from all given config providers.
|
static void |
ApplicationConfigHelper.loadAllDefaultOption(ApplicationConfig config,
Set<ApplicationConfigProvider> providers) |
Load default options from all given config providers.
|