public class WriterConfig extends RioConfig implements Serializable
RDFWriter
configuration options.log, settings, systemPropertyCache
Constructor and Description |
---|
WriterConfig()
Creates a ParserConfig object starting with default settings.
|
Modifier and Type | Method and Description |
---|---|
<T> WriterConfig |
set(RioSetting<T> setting,
T value)
Sets a
RioSetting to have a new value. |
WriterConfig |
useDefaults()
Resets all settings back to their default values.
|
public WriterConfig()
public WriterConfig useDefaults()
RioConfig
useDefaults
in class RioConfig
public <T> WriterConfig set(RioSetting<T> setting, T value)
RioConfig
RioSetting
to have a new value. If the value is null, the parser setting is removed and the
default will be used instead.set
in class RioConfig
setting
- The setting to set a new value for.value
- The value for the parser setting, or null to reset the parser setting to use the default value.Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.