public class QueryResultsWriter
extends java.lang.Object
Constructor and Description |
---|
QueryResultsWriter() |
Modifier and Type | Method and Description |
---|---|
static void |
writeResultFile(java.io.File file,
java.util.Map<java.lang.String,java.util.List<QueryResponseJSON>> resultMap)
Writes elements of the resultMap to output file, one line for each element, where each line is a string representation of the corresponding
QueryResponseJSON object
|
static void |
writeResultFile(java.lang.String filename,
java.util.Map<java.lang.String,java.util.List<QueryResponseJSON>> resultMap)
Writes elements of the resultMap to output file, one line for each element, where each line is a string representation of the corresponding
QueryResponseJSON object
|
public static void writeResultFile(java.lang.String filename, java.util.Map<java.lang.String,java.util.List<QueryResponseJSON>> resultMap) throws java.io.IOException
java.io.IOException
public static void writeResultFile(java.io.File file, java.util.Map<java.lang.String,java.util.List<QueryResponseJSON>> resultMap) throws java.io.IOException
java.io.IOException