Package org.eclipse.rdf4j.rio.helpers
Class RioSettingImpl<T>
- java.lang.Object
-
- org.eclipse.rdf4j.rio.helpers.AbstractRioSetting<T>
-
- org.eclipse.rdf4j.rio.helpers.RioSettingImpl<T>
-
- All Implemented Interfaces:
Serializable
,RioSetting<T>
public final class RioSettingImpl<T> extends AbstractRioSetting<T>
Basic implementation ofRioSetting
interface, without support for default override via system properties.- Author:
- Peter Ansell
- See Also:
StringRioSetting
,BooleanRioSetting
,LongRioSetting
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RioSettingImpl(String key, String description, T defaultValue)
-
Method Summary
-
Methods inherited from class org.eclipse.rdf4j.rio.helpers.AbstractRioSetting
equals, getDefaultValue, getDescription, getKey, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.eclipse.rdf4j.rio.RioSetting
convert
-
-