public class ReportWriter extends Object
public static boolean write(File file, boolean append, Report<?>... reports) throws IOException
file
- target filereports
- reports to be savedappend
- if the reports should be appended to the file instead of
overwriting itIOException
- if IO failspublic static boolean write(File file, Collection<Report<?>> reports, boolean append) throws IOException
file
- target filereports
- reports to be savedappend
- if the reports should be appended to the file instead of
overwriting itIOException
- if IO failsBuild 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a