public class BooleanTextWriterFactory extends Object implements BooleanQueryResultWriterFactory
BooleanQueryResultWriterFactory
for writers of plain text boolean query results.Constructor and Description |
---|
BooleanTextWriterFactory() |
Modifier and Type | Method and Description |
---|---|
BooleanQueryResultFormat |
getBooleanQueryResultFormat()
Returns
BooleanQueryResultFormat.TEXT . |
BooleanQueryResultWriter |
getWriter(OutputStream out)
Returns a new instance of BinaryQueryResultWriter.
|
public BooleanQueryResultFormat getBooleanQueryResultFormat()
BooleanQueryResultFormat.TEXT
.getBooleanQueryResultFormat
in interface BooleanQueryResultWriterFactory
public BooleanQueryResultWriter getWriter(OutputStream out)
getWriter
in interface BooleanQueryResultWriterFactory
out
- The OutputStream to write the result to.Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.