| Modifier and Type | Method and Description |
|---|---|
static ApplicationConfigProvider |
ApplicationConfigHelper.getProvider(ClassLoader classLoader,
String name) |
| Modifier and Type | Method and Description |
|---|---|
static Set<ApplicationConfigProvider> |
ApplicationConfigHelper.getProviders(ClassLoader classLoader,
Set<String> includes,
Set<String> excludes,
boolean verbose)
Obtain all providers on class-path.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2016–2018 Ultreia.io. All rights reserved.