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