public interface DecoratingWriterFactory
TripleHandler implementations.| Modifier and Type | Method and Description |
|---|---|
default String |
getMimeType()
Deprecated.
|
default org.eclipse.rdf4j.rio.RDFFormat |
getRdfFormat()
Deprecated.
|
default FormatWriter |
getRdfWriter(OutputStream os)
Deprecated.
|
Settings |
getSupportedSettings() |
TripleHandler |
getTripleWriter(TripleHandler delegate,
Settings settings) |
getIdentifierSettings getSupportedSettings()
TripleHandler getTripleWriter(TripleHandler delegate, Settings settings)
delegate - the TripleWriter to delegate input tosettings - the settings with which to configure the returned handlerTripleHandler which writes to the specified delegateNullPointerException - if the delegate or settings is nullIllegalArgumentException - if the settings are not correctly configured@Deprecated default FormatWriter getRdfWriter(OutputStream os)
getRdfWriter in interface WriterFactory@Deprecated default String getMimeType()
getMimeType in interface WriterFactory@Deprecated default org.eclipse.rdf4j.rio.RDFFormat getRdfFormat()
getRdfFormat in interface WriterFactoryCopyright © 2010–2019 The Apache Software Foundation. All rights reserved.