public final class RDFWriterFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static RDFHTMLResultsWriter |
createHTMLWriter(TestCaseExecutionType type,
OutputStream outputStream) |
static RDFHTMLResultsWriter |
createHTMLWriter(TestCaseExecutionType type,
String filename) |
static RDFWriter |
createWriterFromFormat(OutputStream outputStream,
SerializationFormat serializationFormat,
TestCaseExecutionType executionType) |
static RDFWriter |
createWriterFromFormat(String filenameWithoutExtension,
SerializationFormat serializationFormat,
TestCaseExecutionType executionType) |
public static RDFWriter createWriterFromFormat(String filenameWithoutExtension, SerializationFormat serializationFormat, TestCaseExecutionType executionType)
public static RDFWriter createWriterFromFormat(OutputStream outputStream, SerializationFormat serializationFormat, TestCaseExecutionType executionType)
public static RDFHTMLResultsWriter createHTMLWriter(TestCaseExecutionType type, String filename)
public static RDFHTMLResultsWriter createHTMLWriter(TestCaseExecutionType type, OutputStream outputStream)
Copyright © 2014. All rights reserved.