public class NTriplesParserSettings extends Object
Several of these settings can be overridden by means of a system property, but only if specified at JVM startup time.
Modifier and Type | Field and Description |
---|---|
static RioSetting<Boolean> |
FAIL_ON_INVALID_LINES
Boolean setting for parser to determine whether syntactically invalid lines in N-Triples and N-Quads documents
generate a parse error.
|
static RioSetting<Boolean> |
FAIL_ON_NTRIPLES_INVALID_LINES
Deprecated.
use
FAIL_ON_INVALID_LINES instead. |
public static final RioSetting<Boolean> FAIL_ON_INVALID_LINES
Defaults to true.
Can be overridden by setting system property org.eclipse.rdf4j.rio.ntriples.fail_on_invalid_lines
@Deprecated public static final RioSetting<Boolean> FAIL_ON_NTRIPLES_INVALID_LINES
FAIL_ON_INVALID_LINES
instead.Defaults to true.
Can be overridden by setting system property org.eclipse.rdf4j.rio.ntriples.fail_on_invalid_lines
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.