Uses of Class
org.eclipse.rdf4j.rio.WriterConfig
-
Packages that use WriterConfig Package Description org.eclipse.rdf4j.query.resultio org.eclipse.rdf4j.repository.manager Functionality for Repository lifecycle management and sharing.org.eclipse.rdf4j.rio Rio: The RDF4J parser/writer API.org.eclipse.rdf4j.rio.helpers Provides helpers classes for Rio.org.eclipse.rdf4j.rio.n3 Writer for the Notation-3 (N3) format.org.eclipse.rdf4j.rio.rdfjson Parser/writer for the RDF/JSON format.org.eclipse.rdf4j.rio.turtle Parser/writer for the Turtle format.org.eclipse.rdf4j.sail.shacl A Sail implementation for SHACL constraint checking. -
-
Uses of WriterConfig in org.eclipse.rdf4j.query.resultio
Fields in org.eclipse.rdf4j.query.resultio declared as WriterConfig Modifier and Type Field Description private WriterConfigAbstractQueryResultWriter. writerConfigMethods in org.eclipse.rdf4j.query.resultio that return WriterConfig Modifier and Type Method Description WriterConfigAbstractQueryResultWriter. getWriterConfig()WriterConfigQueryResultWriter. getWriterConfig()Retrieves the current writer configuration as a single object.Methods in org.eclipse.rdf4j.query.resultio with parameters of type WriterConfig Modifier and Type Method Description voidAbstractQueryResultWriter. setWriterConfig(WriterConfig config)voidQueryResultWriter. setWriterConfig(WriterConfig config)Sets all supplied writer configuration options. -
Uses of WriterConfig in org.eclipse.rdf4j.repository.manager
Fields in org.eclipse.rdf4j.repository.manager declared as WriterConfig Modifier and Type Field Description private static WriterConfigLocalRepositoryManager. CFG_CONFIG -
Uses of WriterConfig in org.eclipse.rdf4j.rio
Methods in org.eclipse.rdf4j.rio that return WriterConfig Modifier and Type Method Description WriterConfigRDFWriter. getWriterConfig()Retrieves the current writer configuration as a single object.<T> WriterConfigWriterConfig. set(RioSetting<T> setting, T value)WriterConfigWriterConfig. useDefaults()Methods in org.eclipse.rdf4j.rio with parameters of type WriterConfig Modifier and Type Method Description RDFWriterRDFWriter. setWriterConfig(WriterConfig config)Sets all supplied writer configuration options.static voidRio. write(java.lang.Iterable<Statement> model, java.io.OutputStream output, java.lang.String baseURI, RDFFormat dataFormat, WriterConfig settings)Writes the given statements to the givenOutputStreamin the given format.static voidRio. write(java.lang.Iterable<Statement> model, java.io.OutputStream output, RDFFormat dataFormat, WriterConfig settings)Writes the given statements to the givenOutputStreamin the given format.static voidRio. write(java.lang.Iterable<Statement> model, java.io.Writer output, java.lang.String baseURI, RDFFormat dataFormat, WriterConfig settings)Writes the given statements to the givenWriterin the given format.static voidRio. write(java.lang.Iterable<Statement> model, java.io.Writer output, RDFFormat dataFormat, WriterConfig settings)Writes the given statements to the givenWriterin the given format.static voidRio. write(Statement st, java.io.OutputStream output, RDFFormat dataFormat, WriterConfig settings)Writes the given single statement to the givenOutputStreamin the given format.static voidRio. write(Statement statement, java.io.Writer output, RDFFormat dataFormat, WriterConfig settings)Writes the given single statement to the givenWriterin the given format. -
Uses of WriterConfig in org.eclipse.rdf4j.rio.helpers
Fields in org.eclipse.rdf4j.rio.helpers declared as WriterConfig Modifier and Type Field Description private WriterConfigAbstractRDFWriter. writerConfigA collection of configuration options for this writer.Methods in org.eclipse.rdf4j.rio.helpers that return WriterConfig Modifier and Type Method Description WriterConfigAbstractRDFWriter. getWriterConfig()Methods in org.eclipse.rdf4j.rio.helpers with parameters of type WriterConfig Modifier and Type Method Description RDFWriterAbstractRDFWriter. setWriterConfig(WriterConfig config) -
Uses of WriterConfig in org.eclipse.rdf4j.rio.n3
Fields in org.eclipse.rdf4j.rio.n3 declared as WriterConfig Modifier and Type Field Description private WriterConfigN3Writer. writerConfigA collection of configuration options for this writer.Methods in org.eclipse.rdf4j.rio.n3 that return WriterConfig Modifier and Type Method Description WriterConfigN3Writer. getWriterConfig()Methods in org.eclipse.rdf4j.rio.n3 with parameters of type WriterConfig Modifier and Type Method Description RDFWriterN3Writer. setWriterConfig(WriterConfig config) -
Uses of WriterConfig in org.eclipse.rdf4j.rio.rdfjson
Methods in org.eclipse.rdf4j.rio.rdfjson with parameters of type WriterConfig Modifier and Type Method Description static voidRDFJSONWriter. modelToRdfJsonInternal(Model graph, WriterConfig writerConfig, com.fasterxml.jackson.core.JsonGenerator jg) -
Uses of WriterConfig in org.eclipse.rdf4j.rio.turtle
Methods in org.eclipse.rdf4j.rio.turtle that return WriterConfig Modifier and Type Method Description WriterConfigArrangedWriter. getWriterConfig()Deprecated.Methods in org.eclipse.rdf4j.rio.turtle with parameters of type WriterConfig Modifier and Type Method Description RDFWriterArrangedWriter. setWriterConfig(WriterConfig config)Deprecated. -
Uses of WriterConfig in org.eclipse.rdf4j.sail.shacl
Fields in org.eclipse.rdf4j.sail.shacl declared as WriterConfig Modifier and Type Field Description private static WriterConfigShaclSailValidationReportHelper. WRITER_CONFIG
-