public interface WriterFactory
TripleHandler factory interfaces.
Do not implement this interface directly. Instead, implement one of the subinterfaces TripleWriterFactory or DecoratingWriterFactory.| Modifier and Type | Method and Description |
|---|---|
String |
getIdentifier() |
String |
getMimeType()
Deprecated.
since 2.3. Use
TripleWriterFactory.getTripleFormat().getMimeType() instead. |
org.eclipse.rdf4j.rio.RDFFormat |
getRdfFormat()
Deprecated.
since 2.3. Use
TripleWriterFactory.getTripleFormat() instead. |
FormatWriter |
getRdfWriter(OutputStream os)
Deprecated.
since 2.3. Use
TripleWriterFactory.getTripleWriter(OutputStream, Settings) instead. |
@Deprecated org.eclipse.rdf4j.rio.RDFFormat getRdfFormat()
TripleWriterFactory.getTripleFormat() instead.String getIdentifier()
@Deprecated String getMimeType()
TripleWriterFactory.getTripleFormat().getMimeType() instead.@Deprecated FormatWriter getRdfWriter(OutputStream os)
TripleWriterFactory.getTripleWriter(OutputStream, Settings) instead.Copyright © 2010–2019 The Apache Software Foundation. All rights reserved.