| Package | Description |
|---|---|
| org.nuiton.util |
Ensemble de classe Java permettant de simplifier le développement en
factorisant des besoins que l'on retrouve dans tous les développement.
|
| Modifier and Type | Method and Description |
|---|---|
static ApplicationConfigProvider |
ApplicationConfigHelper.getProvider(ClassLoader classLoader,
String name)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ApplicationConfigProvider> |
ApplicationConfigHelper.getProviders(ClassLoader classLoader,
Set<String> includes,
Set<String> excludes,
boolean verbose)
Deprecated.
Obtain all providers on class-path.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ApplicationConfig.OptionDef> |
ApplicationConfigHelper.getFinalOptions(Set<ApplicationConfigProvider> providers)
Deprecated.
Gets all final options from the given providers.
|
static Set<ApplicationConfig.OptionDef> |
ApplicationConfigHelper.getTransientOptions(Set<ApplicationConfigProvider> providers)
Deprecated.
Gets all transient options from the given providers.
|
static Set<String> |
ApplicationConfigHelper.getTransientOrFinalOptionKey(Set<ApplicationConfigProvider> providers)
Deprecated.
Get all option keys that should not be saved in the user config file
from the given options providers.
|
static void |
ApplicationConfigHelper.loadAllDefaultOption(ApplicationConfig config,
Set<ApplicationConfigProvider> providers)
Deprecated.
Load default options from all given config providers.
|
Copyright © 2004-2013 CodeLutin. All Rights Reserved.