Class TextTableQueryResultWriter.TextTableQueryResultWriterFactory
java.lang.Object
com.complexible.common.rdf.query.resultio.TextTableQueryResultWriter.TextTableQueryResultWriterFactory
- All Implemented Interfaces:
QueryResultWriterFactory
- Enclosing class:
TextTableQueryResultWriter
public static final class TextTableQueryResultWriter.TextTableQueryResultWriterFactory
extends Object
implements QueryResultWriterFactory
- Since:
- 1.2
- Version:
- 6.0
- Author:
- Evren Sirin, Michael Grove
-
Constructor Details
-
TextTableQueryResultWriterFactory
public TextTableQueryResultWriterFactory()
-
-
Method Details
-
format
Theformatsupported by writers created by this factory- Specified by:
formatin interfaceQueryResultWriterFactory- Returns:
- the supported format
-
create
@Nonnull public QueryResultWriter create(@Nonnull OutputStream theOutputStream, @Nonnull Options theOptions) Create thewriter- Specified by:
createin interfaceQueryResultWriterFactory- Parameters:
theOutputStream- the output to write totheOptions- the options to use when writing- Returns:
- the writer
- See Also:
-