public class PropertiesConfigurationHelper extends BasicConfigurationHelper<Properties>
Properties
object.| Constructor and Description |
|---|
PropertiesConfigurationHelper(Properties properties)
Builds a new dedicated instance from a specific
Properties object. |
| Modifier and Type | Method and Description |
|---|---|
String |
getStringProperty(String key)
Returns the
String value associated with the specified key. |
getBean, getBooleanProperty, getDoubleProperty, getIntProperty, getLongPropertysetNullValueProviderpublic PropertiesConfigurationHelper(Properties properties)
Properties object.properties - the Properties to be maintained by this helperpublic String getStringProperty(String key)
ConfigurationDataRetrieverString value associated with the specified key.key - the property keyString value associated with the specified keyCopyright © 2021. All rights reserved.