public class ResultsWriter extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ResultsWriter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ResultsWriter.Builder |
create()
Create a
ResultsWriter.Builder. |
void |
write(OutputStream output,
boolean booleanResult)
Write a boolean result, using the configurartion of the
ResultWriter, to an OutputStream. |
void |
write(OutputStream output,
ResultSet resultSet)
Write a result set, using the configuration of the
ResultWriter, to an OutputStream. |
void |
write(String filename,
boolean booleanResult)
Write a boolean result, using the configurartion of the
ResultWriter, to a file |
void |
write(String filename,
ResultSet resultSet)
Write a result set, using the configurartion of the
ResultWriter, to a file |
public static ResultsWriter.Builder create()
ResultsWriter.Builder.public void write(String filename, ResultSet resultSet)
ResultWriter, to a filepublic void write(OutputStream output, ResultSet resultSet)
ResultWriter, to an OutputStream.public void write(String filename, boolean booleanResult)
ResultWriter, to a filepublic void write(OutputStream output, boolean booleanResult)
ResultWriter, to an OutputStream.Licenced under the Apache License, Version 2.0