public class ApplicationConfigHelper extends Object
ApplicationConfig.| Modifier | Constructor and Description |
|---|---|
protected |
ApplicationConfigHelper() |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationConfigProvider |
getProvider(ClassLoader classLoader,
String name) |
static Set<ApplicationConfigProvider> |
getProviders(ClassLoader classLoader,
Set<String> includes,
Set<String> excludes,
boolean verbose)
Obtain all providers on class-path.
|
public static Set<ApplicationConfigProvider> getProviders(ClassLoader classLoader, Set<String> includes, Set<String> excludes, boolean verbose)
classLoader - optional classLoader used to seek for providersincludes - optional includes providers to use (if none then accept all providers)excludes - optional excludes providers (if none the no reject)verbose - verbose flagpublic static ApplicationConfigProvider getProvider(ClassLoader classLoader, String name)
Copyright © 2004-2012 CodeLutin. All Rights Reserved.