Class StringRioSetting
java.lang.Object
org.eclipse.rdf4j.rio.helpers.AbstractRioSetting<String>
org.eclipse.rdf4j.rio.helpers.StringRioSetting
- All Implemented Interfaces:
 Serializable, RioSetting<String>
A 
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.- Author:
 - Jeen Broekstra
 - See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class AbstractRioSetting
equals, getDefaultValue, getDescription, getKey, hashCode, toString 
- 
Constructor Details
- 
StringRioSetting
 
 - 
 - 
Method Details
- 
convert
Description copied from interface:RioSettingAttempts to convert from a string to a type-safe representation based on the generic type of this setting.- Parameters:
 stringValue- a string representation of a value for this setting.- Returns:
 - The corresponding object of type T for the supplied string value.
 
 
 -