public class PropertiesSettings extends BaseSettings
Settings.Config, Settings.OverrideClass, Settings.PropertyparentSettings| Constructor and Description |
|---|
PropertiesSettings(LocationVariableResolver locationVariableResolver,
java.util.Properties properties) |
PropertiesSettings(LocationVariableResolver locationVariableResolver,
java.util.Properties properties,
Settings parentSettings) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
doGetValue(java.lang.String key) |
protected java.lang.String[] |
doGetValues(java.lang.String key) |
protected java.lang.String |
getProperty(java.lang.String key) |
protected java.lang.String |
readProperty(java.lang.String key) |
getModifiableSettings, getParentSettings, getValue, getValuespublic PropertiesSettings(LocationVariableResolver locationVariableResolver, java.util.Properties properties)
public PropertiesSettings(LocationVariableResolver locationVariableResolver, java.util.Properties properties, Settings parentSettings)
protected java.lang.String doGetValue(java.lang.String key)
doGetValue in class BaseSettingsprotected java.lang.String[] doGetValues(java.lang.String key)
doGetValues in class BaseSettingsprotected java.lang.String getProperty(java.lang.String key)
protected java.lang.String readProperty(java.lang.String key)