Package com.stardog.stark.io.turtle
Class PrettyTurtleWriter.PrettyTurtleWriterFactory
java.lang.Object
com.stardog.stark.io.turtle.PrettyTurtleWriter.PrettyTurtleWriterFactory
- All Implemented Interfaces:
RDFWriterFactory
- Enclosing class:
PrettyTurtleWriter
public static final class PrettyTurtleWriter.PrettyTurtleWriterFactory
extends Object
implements RDFWriterFactory
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Michael Grove
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PrettyTurtleWriterFactory
public PrettyTurtleWriterFactory()
-
-
Method Details
-
format
Theformatthis writer will serialize output in- Specified by:
formatin interfaceRDFWriterFactory- Returns:
- the format
-
create
Create a new `RDFWriter`- Specified by:
createin interfaceRDFWriterFactory- Parameters:
theStream- the stream to write totheOptions- the writer options- Returns:
- the new `RDFWriter`
-