public class StringRioSetting extends AbstractRioSetting<String>
RioSetting
with a String
value. The given default for the setting can be overridden by means of a
system property with a name equal to the setting key.Constructor and Description |
---|
StringRioSetting(String key,
String description,
String defaultValue) |
Modifier and Type | Method and Description |
---|---|
String |
convert(String stringValue)
Attempts to convert from a string to a type-safe representation based on the generic type of this setting.
|
equals, getDefaultValue, getDescription, getKey, hashCode
public String convert(String stringValue)
RioSetting
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.