public class PropertiesSettings extends BaseSettings
Settings.Config, Settings.OverrideClass, Settings.Property
parentSettings
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, getValues
public 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 BaseSettings
protected java.lang.String[] doGetValues(java.lang.String key)
doGetValues
in class BaseSettings
protected java.lang.String getProperty(java.lang.String key)
protected java.lang.String readProperty(java.lang.String key)