public interface TripleWriterFactory
TripleHandler implementations
that write to an OutputStream using a particular FileFormat.| Modifier and Type | Method and Description |
|---|---|
default String |
getMimeType()
Deprecated.
since 2.3. Use
getTripleFormat().getMimeType() instead. |
default org.eclipse.rdf4j.rio.RDFFormat |
getRdfFormat()
Deprecated.
since 2.3. Use
getTripleFormat() instead. |
default FormatWriter |
getRdfWriter(OutputStream os)
Deprecated.
since 2.3. Use
getTripleWriter(OutputStream, Settings) instead. |
Settings |
getSupportedSettings() |
TripleFormat |
getTripleFormat() |
TripleHandler |
getTripleWriter(OutputStream out,
Settings settings) |
getIdentifier@Deprecated default org.eclipse.rdf4j.rio.RDFFormat getRdfFormat()
getTripleFormat() instead.TripleFormat getTripleFormat()
OutputStreams@Deprecated default String getMimeType()
getTripleFormat().getMimeType() instead.@Deprecated default FormatWriter getRdfWriter(OutputStream os)
getTripleWriter(OutputStream, Settings) instead.Settings getSupportedSettings()
TripleHandler getTripleWriter(OutputStream out, Settings settings)
out - the OutputStream to write tosettings - the settings with which to configure the writerTripleHandler which writes to the specified OutputStreamNullPointerException - if the output stream or settings is nullIllegalArgumentException - if the settings are not correctly configuredCopyright © 2010–2019 The Apache Software Foundation. All rights reserved.