
public class ResultWriter extends Object implements ResultHandler
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ResultWriter.Parameterizer
Parameterization class. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private Pattern | 
filter
Result filter pattern. 
 | 
private boolean | 
gzip
Whether or not to do gzip compression on output. 
 | 
private static Logging | 
LOG
The logger for this class. 
 | 
private File | 
out
Holds the file to print results to. 
 | 
private boolean | 
warnoverwrite
Whether or not to warn on overwrite 
 | 
| Constructor and Description | 
|---|
ResultWriter(File out,
            boolean gzip,
            boolean warnoverwrite,
            Pattern filter)
Constructor. 
 | 
private static final Logging LOG
private File out
private boolean gzip
private boolean warnoverwrite
private Pattern filter
public void processNewResult(HierarchicalResult baseresult, Result result)
ResultProcessorprocessNewResult in interface ResultProcessorbaseresult - The base of the result tree.result - Newly added result subtree.