public interface BooleanQueryResultWriterFactory
BooleanQueryResultWriters for a specific boolean query result format.| Modifier and Type | Method and Description | 
|---|---|
| BooleanQueryResultFormat | getBooleanQueryResultFormat()Returns the boolean query result format for this factory. | 
| BooleanQueryResultWriter | getWriter(OutputStream out)Returns a  BooleanQueryResultWriterinstance that will write to the supplied output stream. | 
BooleanQueryResultFormat getBooleanQueryResultFormat()
BooleanQueryResultWriter getWriter(OutputStream out)
BooleanQueryResultWriter instance that will write to the supplied output stream.out - The OutputStream to write the result to.Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.