public interface BooleanQueryResultWriterFactory
BooleanQueryResultWriter
s 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
BooleanQueryResultWriter instance 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-2022 Eclipse Foundation. All Rights Reserved.