Class StringRioSetting

java.lang.Object
org.eclipse.rdf4j.rio.helpers.AbstractRioSetting<String>
org.eclipse.rdf4j.rio.helpers.StringRioSetting
All Implemented Interfaces:
Serializable, RioSetting<String>

public class StringRioSetting extends AbstractRioSetting<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: