public class PropertyConfigReader extends BaseConfigReader<java.lang.String>
ConfigValue for '.property' extension files.| Constructor and Description |
|---|
PropertyConfigReader(java.util.Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ConfigValue> |
getConfigValues()
Configuration collection from configuration file.
|
parseConfigType, toConfigKeypublic PropertyConfigReader(java.util.Properties properties)
public java.util.Collection<ConfigValue> getConfigValues()
ConfigReader