public class ParameterMapSettings extends BaseSettings
Settings.Config, Settings.OverrideClass, Settings.Property
Modifier and Type | Field and Description |
---|---|
static String |
PREFERENCES_PREFIX |
static String |
SETTINGS_PREFIX |
parentSettings
Constructor and Description |
---|
ParameterMapSettings(Map<String,String[]> parameterMap,
Settings parentSettings) |
Modifier and Type | Method and Description |
---|---|
protected String |
doGetValue(String key) |
protected String[] |
doGetValues(String key) |
String |
getParameterNamePrefix() |
void |
setParameterNamePrefix(String parameterNamePrefix) |
getModifiableSettings, getParentSettings, getValue, getValues
public static final String PREFERENCES_PREFIX
public static final String SETTINGS_PREFIX
public ParameterMapSettings(Map<String,String[]> parameterMap, Settings parentSettings)
public String getParameterNamePrefix()
public void setParameterNamePrefix(String parameterNamePrefix)
protected String doGetValue(String key)
doGetValue
in class BaseSettings
protected String[] doGetValues(String key)
doGetValues
in class BaseSettings