public interface ConfigurationStrategy
AbstractConfig should be initially set. E.g., IGNORE creates
default config, SYSTEM_PROPERTY creates config filled up with values of system properties.| Modifier and Type | Field and Description |
|---|---|
static ConfigurationStrategy |
IGNORE |
static ConfigurationStrategy |
SYSTEM_PROPERTY |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getProperty(java.lang.String key) |
static final ConfigurationStrategy IGNORE
static final ConfigurationStrategy SYSTEM_PROPERTY