Class BooleanRioSetting

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

public class BooleanRioSetting extends AbstractRioSetting<Boolean>
A RioSetting with a Boolean value. The given default for the setting can be overridden by means of a System property with a name equal to the setting key, and a string value of "true" or "false" (ignoring case).
Author:
Jeen Broekstra
See Also: