@MetaInfServices public class TurtleWriterFactory extends Object implements WriterFactory
Modifier and Type | Field and Description |
---|---|
static String |
IDENTIFIER |
static String |
MIME_TYPE |
Constructor and Description |
---|
TurtleWriterFactory() |
Modifier and Type | Method and Description |
---|---|
String |
getIdentifier() |
String |
getMimeType() |
org.openrdf.rio.RDFFormat |
getRdfFormat() |
FormatWriter |
getRdfWriter(OutputStream os) |
public static final String MIME_TYPE
public static final String IDENTIFIER
public org.openrdf.rio.RDFFormat getRdfFormat()
getRdfFormat
in interface WriterFactory
public String getIdentifier()
getIdentifier
in interface WriterFactory
public String getMimeType()
getMimeType
in interface WriterFactory
public FormatWriter getRdfWriter(OutputStream os)
getRdfWriter
in interface WriterFactory
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.