K
- as type of KeyV
- as type of configuration valuepublic interface ConfigurationSource<K,V>
IllegalArgumentException
is thrown it will not break the the loop of multiple ConfigurationSource
are chained.Modifier and Type | Field and Description |
---|---|
static String |
NAMESPACE_DELIM |
Modifier and Type | Method and Description |
---|---|
Map<K,V> |
get(String namespace)
Get a Map of key name and corresponding
IConfiguration for the specific namespace. |
V |
get(String namespace,
K key) |
V |
get(User user,
String namespace,
K key)
Get a configuration in the context to a
User |
static final String NAMESPACE_DELIM
V get(User user, String namespace, K key)
User
Map<K,V> get(String namespace)
IConfiguration
for the specific namespace.
namespace
- as StringIConfiguration
Copyright © 2018. All rights reserved.