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