Package | Description |
---|---|
net.brabenetz.lib.securedproperties.config |
Modifier and Type | Method and Description |
---|---|
static ConfigKey |
ConfigKey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigKey[] |
ConfigKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected Function<ConfigKey,String> |
AbstractConfigInitializer.getKeyFactory() |
Modifier and Type | Method and Description |
---|---|
protected String |
ConfigBySystemProperties.getValue(ConfigKey key) |
protected String |
ConfigByPropertyFile.getValue(ConfigKey key) |
protected String |
ConfigByEnvProperties.getValue(ConfigKey key) |
protected abstract String |
AbstractConfigInitializer.getValue(ConfigKey key) |
Constructor and Description |
---|
AbstractConfigInitializer(Function<ConfigKey,String> keyFactory) |
AbstractConfigInitializer(String configKeyPrefix,
Function<ConfigKey,String> keyFactoryWithoutPrefix,
Function<ConfigKey,String> keyFactoryWithPrefix)
Small convenience Constructor for concrete implementation which can have an optional config key-prefix.
|
AbstractConfigInitializer(String configKeyPrefix,
Function<ConfigKey,String> keyFactoryWithoutPrefix,
Function<ConfigKey,String> keyFactoryWithPrefix)
Small convenience Constructor for concrete implementation which can have an optional config key-prefix.
|
Copyright © 2016–2019 Brabenetz Harald, Austria. All rights reserved.